bind services to all interfaces
This commit is contained in:
@@ -32,7 +32,7 @@ services:
|
|||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges
|
- no-new-privileges
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:8123:8123
|
- 8123:8123
|
||||||
volumes:
|
volumes:
|
||||||
- ${PROJECT_DIR}./homeassistant/config:/config
|
- ${PROJECT_DIR}./homeassistant/config:/config
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
@@ -81,7 +81,7 @@ services:
|
|||||||
- 8.8.8.8
|
- 8.8.8.8
|
||||||
- 4.4.4.4
|
- 4.4.4.4
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:5005:5005
|
- 5005:5005
|
||||||
volumes:
|
volumes:
|
||||||
- ${PROJECT_DIR}./tsun-proxy/log:/home/tsun-proxy/log
|
- ${PROJECT_DIR}./tsun-proxy/log:/home/tsun-proxy/log
|
||||||
- ${PROJECT_DIR}./tsun-proxy/config:/home/tsun-proxy/config
|
- ${PROJECT_DIR}./tsun-proxy/config:/home/tsun-proxy/config
|
||||||
|
|||||||
Reference in New Issue
Block a user