Add container name

This commit is contained in:
Isaac Shoebottom 2024-08-06 17:05:39 -03:00
parent a03c5b777d
commit 97e6266dd5

View File

@ -31,6 +31,7 @@ services:
nginx: nginx:
image: nginx:stable image: nginx:stable
container_name: wger_nginx
depends_on: depends_on:
- web - web
volumes: volumes: