meow
Some checks are pending
Code quality checks / build (18.16) (push) Waiting to run

This commit is contained in:
ZappyZep 2024-10-25 11:35:39 +00:00
parent b28ca170ed
commit 8c7a91dc80
7 changed files with 17 additions and 99 deletions

View file

@ -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: