We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 036295e commit 32dad0cCopy full SHA for 32dad0c
docker-compose/hypergen_examples/docker-compose.yml
@@ -26,6 +26,7 @@ services:
26
27
# serve static files.
28
nginx:
29
+ pull_policy: build # required to get portainer rebuilding the image on succesive deploys. ZZZ.
30
build:
31
context: ../../
32
dockerfile: docker-compose/hypergen_examples/DockerfileNginx
0 commit comments