Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions edge/opc-router/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ services:
- "8081:8081"
volumes:
- type: volume
source: opcrouter-configdb
target: /data/database
- type: volume
source: opcrouter-inray
target: /inray
source: opcrouter-data
target: /data
- type: volume
source: opcrouter-logs
target: /var/log/opcrouter
Expand Down