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 89559f3 commit 073465eCopy full SHA for 073465e
gateway/dstack-app/docker-compose.yaml
@@ -17,7 +17,7 @@ services:
17
CMD ["/src/dstack/target/release/dstack-gateway", "-c", "/data/gateway/gateway.toml"]
18
volumes:
19
- /var/run/dstack.sock:/var/run/dstack.sock
20
- - /dstack-app:/dstack-app
+ - /dstack:/dstack
21
- data:/data
22
network_mode: host
23
privileged: true
0 commit comments