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 0392ac6 commit 732a4caCopy full SHA for 732a4ca
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.2
7
restart: always
8
volumes:
9
- ../conf/nginx.conf:/etc/nginx/nginx.conf:ro
0 commit comments