Skip to content

Commit 20c451d

Browse files
committed
1 parent 430b355 commit 20c451d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Apps/OpenHands/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: openhands
22
services:
33
openhands:
4-
image: docker.all-hands.dev/all-hands-ai/openhands:0.49
4+
image: ghcr.io/all-hands-ai/openhands:0.59
55
container_name: openhands
66
environment:
7-
- SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:0.49-nikolaik
7+
- SANDBOX_RUNTIME_CONTAINER_IMAGE=ghcr.io/all-hands-ai/runtime:main-nikolaik
88
#- 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
99
- WORKSPACE_MOUNT_PATH=/DATA/AppData/$AppID/workspace
1010
ports:

0 commit comments

Comments
 (0)