Skip to content

Commit

Permalink
pydio
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Dec 27, 2023
1 parent 396a5f9 commit 86ab9cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/pydio/.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ W9_HTTP_PORT=8080
W9_HTTP_PORT_SET=9001
W9_GRPC_PORT_SET=33060
W9_LOGIN_USER=admin
W9_LOGIN_PASSWORD=$W9_POWER_PASSWORD
W9_URL=appname.example.com
W9_DB_EXPOSE="mysql"
W9_DB_VERSION=8
W9_NETWORK=websoft9
#### --------------------------------------------------------------------------------------- ####


# CELLS_SITE_EXTERNAL must set, otherwise it login failed
CELLS_LOG_LEVEL=info
CELLS_SITE_BIND=:8080
Expand Down
2 changes: 1 addition & 1 deletion apps/pydio/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
volumes:
- mysql:/var/lib/mysql
environment:
MYSQL_DATABASE: $W9_ID
MYSQL_DATABASE: cells
MYSQL_USER: $W9_ID
MYSQL_PASSWORD: $W9_POWER_PASSWORD
MYSQL_ROOT_PASSWORD: $W9_POWER_PASSWORD
Expand Down

0 comments on commit 86ab9cf

Please sign in to comment.