fix(dockersupport) Adding a relative path into docker-compose to use dockersupport/ app.json (#216)
This commit is contained in:
parent
830146441d
commit
16281366c8
@ -14,6 +14,6 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- MONGO_URL=mongodb://mongo:27017/ohif
|
- MONGO_URL=mongodb://mongo:27017/ohif
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "pacsIP:192.168.1.11"
|
- "pacsIP:192.168.0.2"
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/docker/ohif-viewer/app.json:/app/app.json
|
- ./dockersupport/app.json:/app/app.json
|
||||||
Loading…
Reference in New Issue
Block a user