bind services to all interfaces

This commit is contained in:
Stefan Allius
2023-09-25 00:10:31 +02:00
parent 68d74b0f2d
commit 38cdef1dda

View File

@@ -32,7 +32,7 @@ services:
security_opt:
- no-new-privileges
ports:
- 127.0.0.1:8123:8123
- 8123:8123
volumes:
- ${PROJECT_DIR}./homeassistant/config:/config
- /etc/localtime:/etc/localtime:ro
@@ -81,7 +81,7 @@ services:
- 8.8.8.8
- 4.4.4.4
ports:
- 127.0.0.1:5005:5005
- 5005:5005
volumes:
- ${PROJECT_DIR}./tsun-proxy/log:/home/tsun-proxy/log
- ${PROJECT_DIR}./tsun-proxy/config:/home/tsun-proxy/config