mirror of https://github.com/samply/bridgehead.git
Fix dnpm volume mounting path
This commit is contained in:
parent
6c2d970d01
commit
455d45603c
|
@ -37,7 +37,7 @@ services:
|
||||||
# PLAY_HTTP_PORT: 9000
|
# PLAY_HTTP_PORT: 9000
|
||||||
# PLAY_HTTP_ADDRESS: 0.0.0.0
|
# PLAY_HTTP_ADDRESS: 0.0.0.0
|
||||||
volumes:
|
volumes:
|
||||||
- ./origin/logback.xml:/bwhc-backend/logback.xml:ro
|
- ../dnpm/origin/logback.xml:/bwhc-backend/logback.xml:ro
|
||||||
- /etc/bridgehead/dnpm/bwhcConnectorConfig.xml:/bwhc-backend/bwhcConnectorConfig.xml:ro
|
- /etc/bridgehead/dnpm/bwhcConnectorConfig.xml:/bwhc-backend/bwhcConnectorConfig.xml:ro
|
||||||
- /etc/bridgehead/dnpm/production.conf:/bwhc-backend/production.conf:ro
|
- /etc/bridgehead/dnpm/production.conf:/bwhc-backend/production.conf:ro
|
||||||
- bwhc_data:/bwhc-backend/data/
|
- bwhc_data:/bwhc-backend/data/
|
||||||
|
|
Loading…
Reference in New Issue