changed volume mount point
This commit is contained in:
parent
9546be7888
commit
31c72ce62f
|
@ -43,7 +43,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "9999:9999"
|
- "9999:9999"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/data
|
- ../../inf04-24_01:/home/user/fapi
|
||||||
command: ["tail", "-f", "/dev/null"]
|
command: ["tail", "-f", "/dev/null"]
|
||||||
networks:
|
networks:
|
||||||
- my-network
|
- my-network
|
||||||
|
|
Loading…
Reference in New Issue