Skip to content

Commit dc512db

Browse files
Merge pull request #387 from ByteInternet/fix-typo-bookworm-image
Fix typo for Debian Bookworm image
2 parents f88fb2e + 2d30238 commit dc512db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/best-practices/testing/hypernode-docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Now you need to decide which \*\*[image](https://github.com/byteinternet/hyperno
3030
Starting a container
3131

3232
```bash
33-
docker pull docker.hypernode.com/byteinternet/docker.hypernode.com/byteinternet/hypernode-bookworm-docker-php84-mysql80:latest
34-
docker run -p 222:22 -p 8080:80 -p 8025:8025 docker.hypernode.com/byteinternet/docker.hypernode.com/byteinternet/hypernode-bookworm-docker-php84-mysql80:latest
33+
docker pull docker.hypernode.com/byteinternet/hypernode-bookworm-docker-php84-mysql80:latest
34+
docker run -p 222:22 -p 8080:80 -p 8025:8025 docker.hypernode.com/byteinternet/hypernode-bookworm-docker-php84-mysql80:latest
3535
```
3636

3737
This makes the SSH, HTTP, and Mailhog ports available on the localhost. If you need any other ports (Such as 443 for HTTPS, or 2222 for sftp) available, you can insert these in the command above. In this example you should use the following command to connect to the container:

0 commit comments

Comments
 (0)