Skip to content

Commit

Permalink
Fix docker image name in README.md (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
nidotls committed Apr 22, 2021
1 parent 90bbfa4 commit 3392352
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 @@ -194,7 +194,7 @@ _The `-i` is not needed in this case._

In order to attach and interact with the Bungeecord server, add `-it` when starting the container, such as

docker run -d -it -p 25565:25577 --name mc itzg/docker-bungeecord
docker run -d -it -p 25565:25577 --name mc itzg/bungeecord

With that you can attach and interact at any time using

Expand Down

0 comments on commit 3392352

Please sign in to comment.