- Fix database restart in compose file.

This commit is contained in:
Arnaud G. GIBERT 2024-10-29 08:45:23 +01:00
parent ad03b772e6
commit 04262b54e9
2 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,8 @@
Rx3/Ampache-Mga9 V 1.2.3 - A. GIBERT - 2024/10/xx Rx3/Ampache-Mga9 V 1.2.3 - A. GIBERT - 2024/10/xx
------------------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------------------
- Fix crontab: user ampache user instead of root and add it to git. - Fix crontab: user ampache user instead of root and add it to git,
- Fix database restart in compose file.

View File

@ -9,6 +9,8 @@ services:
image: ${DATABASE_IMG} image: ${DATABASE_IMG}
restart: unless-stopped
environment: environment:
MARIADB_UID: ${MARIADB_UID} MARIADB_UID: ${MARIADB_UID}
MARIADB_GID: ${MARIADB_GID} MARIADB_GID: ${MARIADB_GID}