diff --git a/docker-compose.yml b/docker-compose.yml index 139dfe2ff..662d2f0d6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,7 @@ services: container_name: nanobot-api <<: *common-config command: - ["serve", "--host", "0.0.0.0", "-w", "/root/.nanobot/api-workspace"] + ["serve", "--host", "0.0.0.0", "-w", "/home/nanobot/.nanobot/api-workspace"] restart: unless-stopped ports: - 8900:8900