Fix nginx docker image version

Simó Albert i Beltran 2022-01-26 15:48:19 +01:00
parent 47dd420fae
commit 4e1df88f9c
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -62,3 +62,4 @@ WORDPRESS_ADMIN_PASSWORD=W0rdpr3ss
# DOCKER IMAGES
MARIADB_IMG=mariadb:10.6.5
NGINX_IMG=nginx:1.21.6