style(data): rename data with config
This commit is contained in:
parent
3b7bc746af
commit
b0a86973a3
4 changed files with 25 additions and 25 deletions
|
@ -3,7 +3,7 @@ services:
|
|||
build: .
|
||||
environment:
|
||||
NOW_DOMAIN: "example.org"
|
||||
NOW_DATA: "data.json"
|
||||
NOW_CONFIG: "config.json"
|
||||
volumes:
|
||||
- ./data.json:/app/data.json:ro
|
||||
- ./assets:/app/public:ro
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue