mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-12 06:27:54 +02:00
Changed working directory on linux to /usr/share/tranga-api
Updated docker-compose to include settings-volume
This commit is contained in:
@ -5,6 +5,7 @@ services:
|
||||
container_name: tranga-api
|
||||
volumes:
|
||||
- ./Manga:/Manga
|
||||
- ./settings:/usr/share/tranga-api
|
||||
ports:
|
||||
- "6531:6531"
|
||||
restart: unless-stopped
|
||||
|
Reference in New Issue
Block a user