We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08a28d commit 5ef2a11Copy full SHA for 5ef2a11
docker-compose.yml
@@ -15,8 +15,7 @@ services:
15
- DEFAULT_WORKSPACE=/workspace #optional
16
volumes:
17
- code-server:/config
18
- - mosquitto:/config/mosquitto
19
- - mxi-config:/config/mxi-config
+ - ladder99:/config/workspace/ladder99
20
ports:
21
- 8443:8443
22
- 7887:7887
@@ -25,7 +24,5 @@ services:
25
24
26
code-server:
27
external: true
28
- mosquitto:
29
- external: true
30
- mxi-config:
+ ladder99:
31
0 commit comments