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