diff --git a/docker-compose.yml b/docker-compose.yml index 51a776b..45759fb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,6 +11,7 @@ services: - "dockerhost:192.168.1.207" volumes: - .:/app + - shelfly_upload:/app/upload - ./shelfly_db.db:/app/shelfly_db.db dns: - 8.8.8.8 @@ -29,4 +30,5 @@ services: volumes: - ./upload:/mount command: "-u 'cangui;GHT30k7!' -s 'media;/mount;yes;no' -p" - +volumes: + shelfly_upload: