Skip to content
Merged
4 changes: 2 additions & 2 deletions Apps/OpenHands/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: openhands
services:
openhands:
image: docker.all-hands.dev/all-hands-ai/openhands:0.49
image: ghcr.io/all-hands-ai/openhands:0.59
container_name: openhands
environment:
- SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:0.49-nikolaik
- SANDBOX_RUNTIME_CONTAINER_IMAGE=ghcr.io/all-hands-ai/runtime:main-nikolaik
#- SANDBOX_USER_ID=${SANDBOX_USER_ID:-1234} # enable this only if you want a specific non-root sandbox user but you will have to manually adjust permissions of ~/.openhands for this user
- WORKSPACE_MOUNT_PATH=/DATA/AppData/$AppID/workspace
ports:
Expand Down
Loading