Skip to content

Commit

Permalink
README: use new Docker image naming scheme
Browse files Browse the repository at this point in the history
We're now following a more standard image naming and tagging approach, using "playground-backend/(image):latest" and so on.
  • Loading branch information
agarciadom committed Jan 18, 2025
1 parent 80bdae8 commit a2b14a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This project publishes [Docker images](https://github.com/epsilonlabs/playground
To try the Playground on your own computer (with Docker installed), you can run:

```shell
docker run --rm -p 8080:8080 ghcr.io/epsilonlabs/playground-backend:standalone-server
docker run --rm -p 8080:8080 ghcr.io/epsilonlabs/playground-backend/standalone-server
```

## Using and administering the Playground
Expand Down

0 comments on commit a2b14a0

Please sign in to comment.