Switch config from YAML to TOML
This commit is contained in:
@@ -8,4 +8,4 @@ services:
|
||||
- "${PETE_WEB_PORT:-8080}:8080"
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
- ./config.yaml:/app/config.yaml:ro
|
||||
- ./config.toml:/app/config.toml:ro
|
||||
|
||||
Reference in New Issue
Block a user