add relative paths to docker

This commit is contained in:
dm
2021-03-24 00:19:37 +01:00
parent 38fffa5644
commit 364578b0aa
3 changed files with 19 additions and 17 deletions

View File

@@ -1,5 +1,4 @@
version: "2.0"
services:
spacedeck:
build: .
@@ -7,6 +6,5 @@ services:
ports:
- "9666:9666"
volumes:
- /absolute/path/to/storage:/app/storage
- /absolute/path/to/database.sqlite:/app/database.sqlite
- ./storage:/app/storage
- ./database.sqlite:/app/database.sqlite