Skip to content

Commit b34f69b

Browse files
committed
updated docker compose files
1 parent 8c242ae commit b34f69b

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

docker/docker-compose-crypto.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ services:
3535
- "9002:9002"
3636
environment:
3737
LD_LIBRARY_PATH: "/usr/local/lib"
38-
volumes:
39-
# Optional: override config without rebuilding
40-
- ./fixproxy.ini:/usr/local/config/fixproxy.ini:ro
4138
restart: unless-stopped
4239

4340
# WebTrader Front-End

docker/docker-compose-ust.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ services:
3434
- "9002:9002"
3535
environment:
3636
LD_LIBRARY_PATH: "/usr/local/lib"
37-
volumes:
38-
# Optional: override config without rebuilding
39-
- ./fixproxy.ini:/usr/local/config/fixproxy.ini:ro
4037
restart: unless-stopped
4138

4239
# WebTrader Front-End

docker/docker-compose-webtrader.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ services:
1212
- "9002:9002"
1313
environment:
1414
LD_LIBRARY_PATH: "/usr/local/lib"
15-
volumes:
16-
# Optional: override config without rebuilding
17-
- ./fixproxy.ini:/usr/local/config/fixproxy.ini:ro
1815
restart: unless-stopped
1916

2017
# WebTrader Front-End

0 commit comments

Comments
 (0)