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:
|
||||
nginx:
|
||||
image: nginx:latest
|
||||
container_name: nginx
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
|
|
Loading…
Add table
Reference in a new issue