Update docker-compose.yml
add expose flag
This commit is contained in:
parent
80f4e36191
commit
8ae6621620
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 3001:3001
|
- 3001:3001
|
||||||
|
expose:
|
||||||
|
- 3001
|
||||||
dns:
|
dns:
|
||||||
- 1.1.1.1
|
- 1.1.1.1
|
||||||
- 8.8.8.8
|
- 8.8.8.8
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue