docker run command not working. #1712
Unanswered
AquaCobell
asked this question in
Q&A
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
What do the logs say? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to run a 1.16.5 paper server with the following docker command:
docker run -d -v /home/docker/mc:/data
-e TYPE=PAPER
-e PAPER_DOWNLOAD_URL="https://drive.google.com/uc?export=download&id=1JGQ0ixkKYE8de2tdKzPmQwtuwBZDmsex" \
-e UID=1234
-e GID=1234
-e MEMORY=2G
-p 25565:25565 -e EULA=TRUE --name mc3 itzg/minecraft-server
but docker doesn't recognize. can someone help me?
Beta Was this translation helpful? Give feedback.
All reactions