[nginx-proxy] Rename nginx container to prevent name clash

This commit is contained in:
JuliusFreudenberger 2023-08-18 13:41:07 +02:00
parent 996395519c
commit bca31404ee

View file

@ -2,7 +2,7 @@ version: '2.1'
services: services:
nginx: nginx:
image: nginx image: nginx
container_name: nginx container_name: proxy_nginx
restart: unless-stopped restart: unless-stopped
ports: ports:
- "80:80" - "80:80"