mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-15 17:37:30 +01:00
add relative paths to docker
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user