File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM frolvlad/alpine-glibc
44MAINTAINER Jannik Kolodziej <
[email protected] >
55
66ENV FACTORIO_VERSION=0.12.33 \
7- MANAGER_VERSION=0.3 .1 \
7+ MANAGER_VERSION=0.4 .1 \
88 ADMIN_PASSWORD=
99
1010VOLUME /opt/factorio/saves /opt/factorio/mods /security
Original file line number Diff line number Diff line change 4242 ssl_ciphers "HIGH:!aNULL:!MD5 or HIGH:!aNULL:!MD5:!3DES" ;
4343 ssl_prefer_server_ciphers on;
4444
45- auth_basic "restricted" ;
46- auth_basic_user_file /security/passwords.conf;
45+ auth_basic "restricted" ;
46+ auth_basic_user_file /security/passwords.conf;
4747
4848 location /api {
4949 proxy_pass http ://127.0.0.1:8080 ;
5858
5959 location / {
6060 root /opt/factorio-server /app;
61- try_files $uri /index .html;
61+ try_files $uri /index .html;
6262 }
6363
6464 }
You can’t perform that action at this time.
0 commit comments