Fix nginx docker image version
parent
47dd420fae
commit
4e1df88f9c
|
@ -37,7 +37,7 @@ services:
|
|||
- isard_net
|
||||
|
||||
isard-apps-nextcloud-nginx:
|
||||
image: nginx
|
||||
image: $NGINX_IMG
|
||||
container_name: isard-apps-nextcloud-nginx
|
||||
restart: unless-stopped
|
||||
links:
|
||||
|
|
|
@ -62,3 +62,4 @@ WORDPRESS_ADMIN_PASSWORD=W0rdpr3ss
|
|||
|
||||
# DOCKER IMAGES
|
||||
MARIADB_IMG=mariadb:10.6.5
|
||||
NGINX_IMG=nginx:1.21.6
|
||||
|
|
Loading…
Reference in New Issue