mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 00:20:45 +00:00
Fix docker-compose.yml
This commit is contained in:
+2
-2
@@ -15,8 +15,8 @@ services:
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
volumes:
|
||||
- ./config:/opt/puter/app/volatile/config
|
||||
- ./data:/opt/puter/app/volatile/runtime
|
||||
- ./volatile/config:/opt/puter/app/volatile/config
|
||||
- ./volatile/runtime:/opt/puter/app/volatile/runtime
|
||||
healthcheck:
|
||||
test: wget --no-verbose --tries=1 --spider http://puter.localhost:4100/test || exit 1
|
||||
interval: 30s
|
||||
|
||||
Reference in New Issue
Block a user