Update .github/workflows/deploy-docker.yml
This commit is contained in:
2
.github/workflows/deploy-docker.yml
vendored
2
.github/workflows/deploy-docker.yml
vendored
@@ -83,7 +83,7 @@ jobs:
|
||||
docker pull veenm/paypoint:$VERSION
|
||||
|
||||
# Start een nieuwe container
|
||||
docker run -d --name paypoint --restart unless-stopped -p 80:15001 veenm/paypoint:$VERSION
|
||||
docker run -d --name paypoint --restart unless-stopped -p 15001:80 veenm/paypoint:$VERSION
|
||||
|
||||
# Opruimen oude images
|
||||
docker image prune -f
|
||||
|
||||
Reference in New Issue
Block a user