Skip to content

Commit ba705c1

Browse files
authored
Merge pull request #296 from hackupc/fix-docker
Add volume to store files
2 parents 08f2eab + 89b310b commit ba705c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: docker-compose.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ services:
55
build: .
66
ports:
77
- "${MYHACKUPC_PORT}:8000" # Map Gunicorn port
8+
volumes:
9+
- ./files:/code/files
810
expose:
911
- "${MYHACKUPC_PORT}"
1012
env_file:

0 commit comments

Comments
 (0)