Skip to content

Commit 073465e

Browse files
committed
gw: Fix mount path
1 parent 89559f3 commit 073465e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gateway/dstack-app/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
CMD ["/src/dstack/target/release/dstack-gateway", "-c", "/data/gateway/gateway.toml"]
1818
volumes:
1919
- /var/run/dstack.sock:/var/run/dstack.sock
20-
- /dstack-app:/dstack-app
20+
- /dstack:/dstack
2121
- data:/data
2222
network_mode: host
2323
privileged: true

0 commit comments

Comments
 (0)