This commit is contained in:
parent
b28ca170ed
commit
8c7a91dc80
7 changed files with 17 additions and 99 deletions
|
@ -11,7 +11,7 @@ services:
|
|||
MYSQL_USER: zeppelin
|
||||
MYSQL_PASSWORD: ${STANDALONE_MYSQL_PASSWORD?:Missing STANDALONE_MYSQL_PASSWORD}
|
||||
ports:
|
||||
- 127.0.0.1:${STANDALONE_MYSQL_PORT:?Missing STANDALONE_MYSQL_PORT}:3306
|
||||
- ${STANDALONE_MYSQL_PORT:?Missing STANDALONE_MYSQL_PORT}:3306
|
||||
# If you're upgrading from an older version, you can load your old database by switching the volumes below.
|
||||
# Then, take a database dump from the old database, switch the volumes back, and load the dump into the new database.
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue