mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 17:04:27 +01:00
Update docker-compose.yml
add expose flag
This commit is contained in:
@@ -8,6 +8,8 @@ services:
|
||||
restart: always
|
||||
ports:
|
||||
- 3001:3001
|
||||
expose:
|
||||
- 3001
|
||||
dns:
|
||||
- 1.1.1.1
|
||||
- 8.8.8.8
|
||||
|
||||
Reference in New Issue
Block a user