File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11name : restack-engine
22services :
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"
Original file line number Diff line number Diff line change 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
55http://localhost:5233
Original file line number Diff line number Diff 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
1111or
1212
You can’t perform that action at this time.
0 commit comments