We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60c153d commit eebad80Copy full SHA for eebad80
examples/docker-compose/docker-compose-nginx.yml
@@ -3,7 +3,7 @@
3
## Note! Requires 'nginx.conf' file (available in 'conf' directory).
4
services:
5
nginx:
6
- image: nginx:1.28.0
+ image: nginx:1.29.0
7
restart: always
8
volumes:
9
- ../conf/nginx.conf:/etc/nginx/nginx.conf:ro
0 commit comments