How to install and run Dynmap in docker container #1007
Replies: 5 comments 6 replies
-
Requirements:
The config file of dynmap explains the process quite well. A detailed Tutorial can be found here. Though I have not actually used it. So I dont know how good the tutorial is. |
Beta Was this translation helpful? Give feedback.
-
can't you just forward port 8123 through the container and it should work? |
Beta Was this translation helpful? Give feedback.
-
I'm trying to solve this too. I can get port 8123 out, but haven't gotten an nginx reverse proxy working yet. Regardless, I want to use fast-cgi/php-fpm sockets for dynmap so the dynmap can run even when the minecraft server is decomissioned. I've successfully done this for non-containerized minecraft servers. I haven't figured out what dynmap tries to reach out to, which is what needs to be connected via docker. Exposing ports 80, 443, and 9000 don't work. Port 9000 doesn't work because I'm using the php-fpm sock solution. If I switched to using port 9000 instead I'm sure it would work. Does anyone know how to get php-fpm sock shared with a docker container? I made a reddit post asking about this when I should have been sleeping after going at it for 10 hours. https://reddit.com/r/admincraft/comments/12bcjk6/dynmap_external_webserver_on_a_112_itzg_docker/ |
Beta Was this translation helpful? Give feedback.
-
Are you using docker-compose? If so, any chance you could share what your compose file looks like? |
Beta Was this translation helpful? Give feedback.
-
Ok, i use portainer... sooo in portainer click on your minecraft server, click on duplicate/edit THEN, next page... it'll redeploy the container without losing your world data, and any chunks that dynmap has rendered already and start the server back up... then your back on rcon or console in game or docker attached session |
Beta Was this translation helpful? Give feedback.
-
Hello,
I want to use plugin Dynmap with this docker container Minecraft server.
Do you, someone, know how to install it and what i need for it ??
sincerely,
Beta Was this translation helpful? Give feedback.
All reactions