The data folder of the config.py.example is /opt/obs/data

This commit is contained in:
Dennis Boldt 2021-12-21 00:31:10 +01:00
parent d469fe510d
commit 2c61571793
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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