Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a840ba4bc5 | ||
|
|
51d0284960 | ||
|
|
47f5a98fe6 |
@@ -24,10 +24,6 @@ services:
|
|||||||
- MYSQL_PASSWORD_FILE=/run/secrets/db_password
|
- MYSQL_PASSWORD_FILE=/run/secrets/db_password
|
||||||
- MYSQL_USER=kuma
|
- MYSQL_USER=kuma
|
||||||
- MYSQL_DATABASE=kuma
|
- MYSQL_DATABASE=kuma
|
||||||
# Run mariadb-upgrade automatically when the data dir is from an older
|
|
||||||
# major version (e.g. 11.x -> 12.x). Needed because this overlay can be
|
|
||||||
# carried across MariaDB major bumps.
|
|
||||||
- MARIADB_AUTO_UPGRADE=1
|
|
||||||
volumes:
|
volumes:
|
||||||
- mariadb:/var/lib/mysql
|
- mariadb:/var/lib/mysql
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
no action necessary
|
||||||
Reference in New Issue
Block a user