- Fix database restart in compose file.
This commit is contained in:
parent
ad03b772e6
commit
04262b54e9
@ -2,7 +2,8 @@
|
||||
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.
|
||||
|
||||
|
||||
|
||||
|
@ -9,6 +9,8 @@ services:
|
||||
|
||||
image: ${DATABASE_IMG}
|
||||
|
||||
restart: unless-stopped
|
||||
|
||||
environment:
|
||||
MARIADB_UID: ${MARIADB_UID}
|
||||
MARIADB_GID: ${MARIADB_GID}
|
||||
|
Loading…
Reference in New Issue
Block a user