mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-28 03:29:25 +01:00
fix(install): disk info file mount
This commit is contained in:
parent
5a19882273
commit
a95c2faf12
|
|
@ -7,7 +7,7 @@ services:
|
|||
- "8080:8080"
|
||||
volumes:
|
||||
- /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
|
||||
- ./entrypoint.sh:/usr/local/bin/entrypoint.sh
|
||||
- ./wait-for-it.sh:/usr/local/bin/wait-for-it.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user