fix: volume mounting position to be socket
This commit is contained in:
parent
03730f953f
commit
800f19d471
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ in {
|
|||
volumes = [
|
||||
"${cfg.dataDir}/config:/config"
|
||||
"${cfg.storageDir}/galleries:/gallery"
|
||||
"/run/mysqld:/run/mysqld"
|
||||
];
|
||||
environment = {
|
||||
PUID = "1000";
|
||||
|
|
|
|||
Reference in a new issue