chore (proxy): use name for nginx container
This commit is contained in:
parent
71704448b3
commit
dbc68fc3c6
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
services:
|
services:
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:latest
|
image: nginx:latest
|
||||||
|
container_name: nginx
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
|
|
Loading…
Add table
Reference in a new issue