mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-04-03 15:26:16 +02:00
fix(install): disk info file mount
This commit is contained in:
parent
5a19882273
commit
a95c2faf12
|
|
@ -7,7 +7,7 @@ services:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/project-nomad/storage:/app/storage
|
- /opt/project-nomad/storage:/app/storage
|
||||||
- /tmp/nomad-disk-info.json:/app/storage/disk-info.json
|
- /tmp/nomad-disk-info.json:/app/storage/nomad-disk-info.json
|
||||||
- /var/run/docker.sock:/var/run/docker.sock # Allows the admin service to communicate with the Host's Docker daemon
|
- /var/run/docker.sock:/var/run/docker.sock # Allows the admin service to communicate with the Host's Docker daemon
|
||||||
- ./entrypoint.sh:/usr/local/bin/entrypoint.sh
|
- ./entrypoint.sh:/usr/local/bin/entrypoint.sh
|
||||||
- ./wait-for-it.sh:/usr/local/bin/wait-for-it.sh
|
- ./wait-for-it.sh:/usr/local/bin/wait-for-it.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user