fix: update seadoc and seafile services to enable port mapping
This commit is contained in:
@@ -5,8 +5,8 @@ services:
|
||||
container_name: seadoc
|
||||
volumes:
|
||||
- ${SEADOC_VOLUME:-/opt/seadoc-data/}:/shared
|
||||
# ports:
|
||||
# - "80:80"
|
||||
ports:
|
||||
- "8888:80"
|
||||
environment:
|
||||
- DB_HOST=${SEAFILE_MYSQL_DB_HOST:-db}
|
||||
- DB_PORT=${SEAFILE_MYSQL_DB_PORT:-3306}
|
||||
|
||||
@@ -34,8 +34,8 @@ services:
|
||||
seafile:
|
||||
image: ${SEAFILE_IMAGE:-seafileltd/seafile-mc:12.0-latest}
|
||||
container_name: seafile
|
||||
# ports:
|
||||
# - "80:80"
|
||||
ports:
|
||||
- "8000:80"
|
||||
volumes:
|
||||
- ${SEAFILE_VOLUME:-/opt/seafile-data}:/shared
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user