Update docker-compose.yml (#1759)

pull/1761/head
Xinwei Xiong 11 months ago committed by GitHub
parent 0375361294
commit a24eedb66d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -119,7 +119,7 @@ services:
- OPENIM_WEB_PORT=${OPENIM_WEB_PORT:-11001} - OPENIM_WEB_PORT=${OPENIM_WEB_PORT:-11001}
restart: always restart: always
ports: ports:
- "${OPENIM_WEB_PORT:-11001}:11001" - "${OPENIM_WEB_PORT:-11001}:80"
networks: networks:
server: server:
ipv4_address: ${OPENIM_WEB_NETWORK_ADDRESS:-172.28.0.7} ipv4_address: ${OPENIM_WEB_NETWORK_ADDRESS:-172.28.0.7}

Loading…
Cancel
Save