Changed working directory on linux to /usr/share/tranga-api

Updated docker-compose to include settings-volume
This commit is contained in:
2023-09-19 16:47:49 +02:00
parent 051b85d08b
commit ae0dc548ae
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ services:
container_name: tranga-api
volumes:
- ./Manga:/Manga
- ./settings:/usr/share/tranga-api
ports:
- "6531:6531"
restart: unless-stopped