Skip to content

Commit 918358a

Browse files
committed
Merge pull request #29 from jjcf89/docker-version-fix
Docker version fix
2 parents ba16975 + 7dff6a6 commit 918358a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM frolvlad/alpine-glibc
44
MAINTAINER Jannik Kolodziej <[email protected]>
55

66
ENV FACTORIO_VERSION=0.12.33 \
7-
MANAGER_VERSION=0.3.1 \
7+
MANAGER_VERSION=0.4.1 \
88
ADMIN_PASSWORD=
99

1010
VOLUME /opt/factorio/saves /opt/factorio/mods /security

docker/nginx.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ http {
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;
@@ -58,7 +58,7 @@ http {
5858

5959
location / {
6060
root /opt/factorio-server/app;
61-
try_files $uri /index.html;
61+
try_files $uri /index.html;
6262
}
6363

6464
}

0 commit comments

Comments
 (0)