foundryvtt: preserve config
This commit is contained in:
parent
f5b70c135b
commit
c2fd5dbb15
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
||||||
volumes = [
|
volumes = [
|
||||||
"/home/notoh/docker/foundryvtt:/data"
|
"/home/notoh/docker/foundryvtt:/data"
|
||||||
];
|
];
|
||||||
|
environment = {
|
||||||
|
CONTAINER_PRESERVE_CONFIG = "true";
|
||||||
|
};
|
||||||
environmentFiles = [
|
environmentFiles = [
|
||||||
/run/secrets/foundry-username
|
/run/secrets/foundry-username
|
||||||
/run/secrets/foundry-password
|
/run/secrets/foundry-password
|
||||||
|
|
Loading…
Reference in a new issue