Compare commits
2 Commits
41bc0a1355
...
38bea82bc4
Author | SHA1 | Date | |
---|---|---|---|
38bea82bc4 | |||
a8ce17374a |
@@ -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