Docker-compose fix
* drops local volume usage in favor of copied code into container
This commit is contained in:
parent
6e12f1933e
commit
8fc60d1bc6
@ -10,7 +10,6 @@ services:
|
|||||||
command: ./docker-entrypoint.sh
|
command: ./docker-entrypoint.sh
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- .:/konova
|
|
||||||
- /data/apps/konova/uploaded_files:/konova_uploaded_files
|
- /data/apps/konova/uploaded_files:/konova_uploaded_files
|
||||||
ports:
|
ports:
|
||||||
- "1337:80"
|
- "1337:80"
|
||||||
|
Loading…
Reference in New Issue
Block a user