Update docker to be better

This commit is contained in:
Ethan O'Brien
2024-07-04 16:21:03 -05:00
parent 18c5524ce2
commit fbda01a5fe
3 changed files with 13 additions and 2 deletions

View File

@ -7,7 +7,8 @@ services:
dockerfile: "./Dockerfile"
environment:
PORT: 8081
DIRECTORY: /data
DIRECTORY: /data/
HTTPS: false
ports:
- 8081:8081
volumes: