Skip to content

Commit cc45342

Browse files
authored
Merge pull request #10 from restackio/fix-image-name
Fix docker image name
2 parents 5bcacf8 + 0827787 commit cc45342

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: restack-engine
22
services:
33
studio:
4-
image: ghcr.io/restackio/local-operator:main
4+
image: ghcr.io/restackio/engine:main
55
ports:
66
- "5233:5233"
77
- "6233:6233"

examples/get-started/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Run Restack in Docker
2-
docker run -d --pull always --name studio -p 5233:5233 -p 6233:6233 -p 7233:7233 ghcr.io/restackio/local-operator:main
2+
docker run -d --pull always --name studio -p 5233:5233 -p 6233:6233 -p 7233:7233 ghcr.io/restackio/engine:main
33

44
# Open the Desktop UI
55
http://localhost:5233

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Restack Engine will run locally in the application
66

77
# Alternative run Restack in Docker
88

9-
docker run -d --pull always --name studio -p 5233:5233 -p 6233:6233 -p 7233:7233 ghcr.io/restackio/local-operator:main
9+
docker run -d --pull always --name studio -p 5233:5233 -p 6233:6233 -p 7233:7233 ghcr.io/restackio/engine:main
1010

1111
or
1212

0 commit comments

Comments
 (0)