mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-23 20:11:12 +00:00
Update docker-compose.yml
add expose flag
This commit is contained in:
parent
80f4e36191
commit
8ae6621620
|
@ -8,6 +8,8 @@ services:
|
|||
restart: always
|
||||
ports:
|
||||
- 3001:3001
|
||||
expose:
|
||||
- 3001
|
||||
dns:
|
||||
- 1.1.1.1
|
||||
- 8.8.8.8
|
||||
|
|
Loading…
Reference in New Issue
Block a user