Update production.yml to comment out kestra-wd volume

This commit is contained in:
2024-05-01 20:52:01 +08:00
parent 3d28de83f8
commit 903826c941
+1 -1
View File
@@ -94,7 +94,7 @@ services:
volumes:
- ./kestra-data:/app/storage
- /var/run/docker.sock:/var/run/docker.sock
- /tmp/kestra-wd:/tmp/kestra-wd
# - /tmp/kestra-wd:/tmp/kestra-wd
expose:
- "8080"
- "8081"