changed volume mount point

This commit is contained in:
mpabi 2024-06-23 14:34:53 +00:00
parent 9546be7888
commit 31c72ce62f
1 changed files with 1 additions and 1 deletions

View File

@ -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