Skip to content
Snippets Groups Projects
Commit 14070eb2 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Add download folder to docker-compose

parent 69b675cc
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,7 @@ services: ...@@ -18,6 +18,7 @@ services:
restart: always restart: always
volumes: volumes:
- "${WORKING_DIR}/deploy_docker:/root/deploy" - "${WORKING_DIR}/deploy_docker:/root/deploy"
- "${WORKING_DIR}/download:/root/download"
expose: expose:
- "8080" - "8080"
ports: ports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment