Skip to content

Commit

Permalink
Fix issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRemote committed May 12, 2022
1 parent 59ed626 commit 40ab22b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# GitHub Repository: https://github.com/TheRemote/Legendary-Bedrock-Container

# Use current Ubuntu LTS version
FROM ubuntu:20.04
FROM --platform=linux/amd64 ubuntu:20.04

# Update apt
RUN apt-get update
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ Log files with timestamps are stored in the "logs" folder.

<h2>Update History</h2>
<ul>
<li>May 12th 2022</li>
<ul>
<li>Added --platform=linux/amd64 to Dockerfile as on aarch64 platforms the container was not starting successfully without it (thanks Mootch <a href="https://github.com/TheRemote/MinecraftBedrockServer/issues/1">issue #1</a>).</li>
</ul>
<li>May 9th 2022</li>
<ul>
<li>Initial release -- thanks to everyone who kept asking about it so I would finally put it together!</li>
Expand Down

0 comments on commit 40ab22b

Please sign in to comment.