Update docker-compose.pro.yaml
This commit is contained in:
parent
c3575b30ec
commit
2a53fa53cf
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ services:
|
|||
DEBUG: "False"
|
||||
ALLOWED_HOSTS: ""
|
||||
SECRET_KEY: "secret"
|
||||
DB: "../database.sqlite"
|
||||
DB: "database.sqlite"
|
||||
DOMAIN: ""
|
||||
DOMAIN_URL: "https://"
|
||||
STATIC_URL: "/static/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue