mirror of
https://github.com/DerTyp7/docker_minecraft_server_auto_starter.git
synced 2025-10-29 12:42:09 +01:00
Add new environment variable for starting
placeholder server
This commit is contained in:
@@ -4,6 +4,7 @@ FROM nginx:1.25.3
|
||||
ENV PORT_IP_MAP ""
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
ENV PLACEHOLDER_SERVER_SLEEPING_IP ""
|
||||
ENV PLACEHOLDER_SERVER_STARTING_IP ""
|
||||
|
||||
# Install Python and pip
|
||||
RUN apt-get update && apt-get install -y python3 python3-pip python3-venv
|
||||
|
||||
Reference in New Issue
Block a user