Default nginx docker image version
parent
91e2b578ae
commit
1195448065
|
@ -37,7 +37,7 @@ services:
|
||||||
- isard_net
|
- isard_net
|
||||||
|
|
||||||
isard-apps-nextcloud-nginx:
|
isard-apps-nextcloud-nginx:
|
||||||
image: $NGINX_IMG
|
image: ${NGINX_IMG-nginx:1.21.6}
|
||||||
container_name: isard-apps-nextcloud-nginx
|
container_name: isard-apps-nextcloud-nginx
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
links:
|
links:
|
||||||
|
|
|
@ -62,5 +62,5 @@ 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
|
#NGINX_IMG=nginx:1.21.6
|
||||||
REDIS_IMG=redis:6.2.6-alpine3.15
|
REDIS_IMG=redis:6.2.6-alpine3.15
|
||||||
|
|
Loading…
Reference in New Issue