diff --git a/docker-compose.yml b/docker-compose.yml index 7630d5a3..8b2ab579 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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