host mode
This commit is contained in:
@@ -3,14 +3,11 @@ services:
|
|||||||
build: .
|
build: .
|
||||||
container_name: sub-provider
|
container_name: sub-provider
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
# ports:
|
||||||
- "18080:18080"
|
# - "18080:18080"
|
||||||
|
network_mode: host
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
dns:
|
|
||||||
- 1.1.1.1
|
|
||||||
- 8.8.8.8
|
|
||||||
- 223.5.5.5
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/app/config:ro
|
- ./config:/app/config:ro
|
||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
|
|||||||
Reference in New Issue
Block a user