The data folder of the config.py.example is /opt/obs/data
This commit is contained in:
parent
d469fe510d
commit
2c61571793
2 changed files with 2 additions and 2 deletions
|
@ -169,7 +169,7 @@ Extend your `docker-compose.yaml` with the following service:
|
|||
build:
|
||||
context: ./source
|
||||
volumes:
|
||||
- ./data/api-data:/data
|
||||
- ./data/api-data:/opt/obs/data
|
||||
- ./config/config.py:/opt/obs/api/config.py
|
||||
restart: on-failure
|
||||
links:
|
||||
|
|
|
@ -30,7 +30,7 @@ services:
|
|||
build:
|
||||
context: ./source
|
||||
volumes:
|
||||
- ./data/api-data:/data
|
||||
- ./data/api-data:/opt/obs/data
|
||||
- ./config/config.py:/opt/obs/api/config.py
|
||||
- ./data/tiles/:/tiles
|
||||
restart: on-failure
|
||||
|
|
Loading…
Add table
Reference in a new issue