Skip to content

Commit cbf7e33

Browse files
committed
Add volume to store files
1 parent f045b47 commit cbf7e33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)