mirror of
https://github.com/clearml/clearml-server
synced 2025-02-07 13:33:42 +00:00
Merge pull request #26 from jayanthkoushik/patch-1
Bind conf for apiserver in docker-compose.yml
This commit is contained in:
commit
4f01778961
@ -10,6 +10,9 @@ services:
|
||||
- type: bind
|
||||
source: /opt/trains/logs
|
||||
target: /var/log/trains
|
||||
- type: bind
|
||||
source: /opt/trains/config
|
||||
target: /opt/trains/config
|
||||
links:
|
||||
- mongo:mongo
|
||||
- elasticsearch:elasticsearch
|
||||
|
Loading…
Reference in New Issue
Block a user