Update docker-compose.yml (#1759)

This commit is contained in:
Xinwei Xiong
2024-01-12 21:17:45 +08:00
committed by GitHub
parent 0375361294
commit a24eedb66d
+1 -1
View File
@@ -119,7 +119,7 @@ services:
- OPENIM_WEB_PORT=${OPENIM_WEB_PORT:-11001}
restart: always
ports:
- "${OPENIM_WEB_PORT:-11001}:11001"
- "${OPENIM_WEB_PORT:-11001}:80"
networks:
server:
ipv4_address: ${OPENIM_WEB_NETWORK_ADDRESS:-172.28.0.7}