updated container name in compose file

This commit is contained in:
Andrea Foletto 2021-10-19 21:02:01 +02:00
parent 507a8764c4
commit 4868d4840e

View File

@ -2,6 +2,7 @@ version: '3.9'
services: services:
nginx: nginx:
build: /data/web/sites/nullWebsite/nginx/ build: /data/web/sites/nullWebsite/nginx/
container_name: nginx_null
ports: ports:
- 80:80 - 80:80
- 443:443 - 443:443