mirror of
https://github.com/DerTyp7/docker_minecraft_server_auto_starter.git
synced 2025-10-29 12:42:09 +01:00
Update server ports in nginxHandler.py and
docker-compose.yml
This commit is contained in:
@@ -34,8 +34,8 @@ class NginxHandler:
|
||||
|
||||
for port in port_ip_map:
|
||||
nginx_conf.write(' upstream upstream_{} {{\n'.format(port))
|
||||
nginx_conf.write(' server {}:{};\n'.format(
|
||||
port_ip_map[port], port))
|
||||
nginx_conf.write(' server {}:25565;\n'.format(
|
||||
port_ip_map[port]))
|
||||
nginx_conf.write(
|
||||
' server 127.0.0.1:{} backup;\n'.format(port))
|
||||
nginx_conf.write(' }\n')
|
||||
|
||||
Reference in New Issue
Block a user