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