We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f045b47 commit cbf7e33Copy full SHA for cbf7e33
docker-compose.yaml
@@ -5,6 +5,8 @@ services:
5
build: .
6
ports:
7
- "${MYHACKUPC_PORT}:8000" # Map Gunicorn port
8
+ volumes:
9
+ - ./files:/code/files
10
expose:
11
- "${MYHACKUPC_PORT}"
12
env_file:
0 commit comments