Fix database.
This commit is contained in:
0
de_som_forsvinner_i_taaken/data/emails.db
Normal file
0
de_som_forsvinner_i_taaken/data/emails.db
Normal file
@@ -7,8 +7,10 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
restart: always
|
restart: always
|
||||||
|
environment:
|
||||||
|
- DATABASE_PATH=/data/emails.db
|
||||||
volumes:
|
volumes:
|
||||||
- ./emails.db:/usr/src/app/emails.db:rw
|
- ./data:/data
|
||||||
ports:
|
ports:
|
||||||
- "5000:5000"
|
- "5000:5000"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user