updated container name in compose file
This commit is contained in:
parent
507a8764c4
commit
4868d4840e
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user