Default nginx docker image version

Simó Albert i Beltran 2022-01-27 12:19:41 +01:00
parent 91e2b578ae
commit 1195448065
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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