Correct path for ttrss volume

This commit is contained in:
Andreas Zweili 2022-11-02 23:44:42 +01:00
parent 0a2c2e72c3
commit b8c47163c7
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
"8080:80"
];
volumes = [
"/home/andreas/docker_systems/ttrss/config:/config"
"/var/lib/ttrss/config:/config"
];
extraOptions = [ "--add-host=host.docker.internal:host-gateway" ];
};