We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d246a commit 452918aCopy full SHA for 452918a
1 file changed
docker-compose.yml
@@ -1,5 +1,3 @@
1
-version: "3.5"
2
-
3
services:
4
gateway:
5
build:
@@ -18,11 +16,6 @@ services:
18
16
volumes:
19
17
- "openclaw_data:/home/node/.openclaw"
20
- "openclaw_workspace:/home/node/.openclaw/workspace"
21
- ports:
22
- - "18789:18789/tcp"
23
- - "18790:18790/tcp"
24
- - "7681:7681/tcp"
25
- - "8080:8080/tcp"
26
security_opt:
27
- no-new-privileges:true
28
logging:
0 commit comments