Commit Graph

47 Commits

Author SHA1 Message Date
David Andersen
66d4652302 moved volume creation back as per PR#101; create symlink once 2018-03-12 09:38:40 -07:00
David Andersen
5ddb9ab472
Merge pull request #115 from bplein/master
Add Scenarios Folder, Alternate Entrypoints Folder
2018-03-12 09:29:15 -07:00
Florian Kinder
914b12adf4 update to 0.16.29 2018-03-12 16:15:23 +00:00
Bill
6a9a596cd8 fix syntax on symlink 2018-03-10 17:11:47 -06:00
Bill
eb22dac840 force symlinks 2018-03-10 17:08:09 -06:00
Bill
b48bb4c134 Merge branch 'master' of https://github.com/dtandersen/docker_factorio_server 2018-03-09 14:45:36 -06:00
Florian Kinder
d7f0fe16d7 update to 0.16.28 2018-03-05 18:09:43 +00:00
Bill
a86ac6cafe Merge remote-tracking branch 'upstream/master'
Updating to catch up with upstream
2018-03-02 15:36:31 -06:00
Florian Kinder
70e08f10f3
update to 0.16.27 (#136) 2018-02-28 19:40:35 +01:00
Florian Kinder
c28cea29a4
update to 0.16.26 (#135) 2018-02-26 17:30:23 +01:00
Florian Kinder
c75b7fa830 update to 0.16.25 2018-02-19 20:59:40 +00:00
David Andersen
387383d3e8
Merge pull request #129 from psykzz/patch-3
Fix adduser
2018-02-15 11:45:02 -08:00
Florian Kinder
c6c94ee180
update to 0.16.24 (#131) 2018-02-15 18:19:26 +01:00
Florian Kinder
b2908081b4
update to 0.16.23 (#130) 2018-02-12 12:41:55 +01:00
Matt Smith
e53c2adc54
Fix adduser 2018-02-03 21:15:07 +00:00
Florian Kinder
30e5f6dd2d update to 0.16.22 2018-02-02 09:08:50 +00:00
Florian Kinder
b69fe57291
update to 0.16.21 (#126) 2018-02-01 16:50:20 +01:00
Florian Kinder
b37af9bf93 update to 0.16.20 2018-01-26 21:43:48 +00:00
Florian Kinder
6020015574 update to 0.16.19 2018-01-25 19:53:49 +00:00
Florian Kinder
a520b87fc8
update to 0.16.18 (#121) 2018-01-23 13:05:56 +01:00
Florian Kinder
6a135a06bc update to 0.16.17 2018-01-22 20:23:49 +00:00
Bill
14fb9ecf35 Typo in Dockerfile 2018-01-16 18:24:35 -06:00
Bill
ffef5899e9 Updated Dockerfile to copy in example entrypoints 2018-01-16 18:03:13 -06:00
Bill
4449e13675 Added creation and symlinking of scenarios directory, creation and symlinking of an entrypoints directory for custom entrypoints, and two examples of using entrypoints with scenarios 2018-01-16 17:59:28 -06:00
Florian Kinder
4c1ea766f4 update to 0.16.16 2018-01-10 16:48:33 +00:00
David Andersen
9ce9a63cfc alpine 3.7 2018-01-09 14:59:21 -08:00
Florian Kinder
628c7a34aa update to 0.16.15 2018-01-05 20:28:30 +00:00
Florian Kinder
0175ddbca9 update to 0.16.14 2018-01-04 21:08:30 +00:00
Florian Kinder
4e63b2654e update to 0.16.13 2018-01-03 21:53:30 +00:00
Florian Kinder
4fc35c3cdb update to 0.16.12 2017-12-31 12:18:31 +00:00
David Andersen
648b81edf8
Merge pull request #101 from smessmer/patch-1
Fix volume permissions for docker-compose
2017-12-30 20:26:08 -08:00
David Andersen
aedc8a29a4 0.16.11 2017-12-30 17:08:50 -08:00
David Andersen
7168f2927c 0.16.10 2017-12-30 17:05:46 -08:00
Florian Kinder
739ed46afe update to 0.16.9 2017-12-29 21:43:33 +00:00
Sebastian Meßmer
7113c03076
Fix volume permissions for docker-compose
When using named containers in docker compose, it creates them with root and the factorio docker container fails to start because it doesn't have write permissions. Reproduce by using the following docker-compose file:

    version: '3.2'
    services:
      server:
        image: dtandersen/factorio:0.16.7
        volumes:
        - logs:/var/log
        - data:/factorio
        ports:
        - "34197:34197/udp"
        - "27015:27015/tcp"
    volumes:
      logs:
      data:

With this proposed change, the /factorio folder is created *before* it is made a volume. This causes docker to correctly preserve the permissions, the docker-compose file above works now.

This is related to https://github.com/dtandersen/docker_factorio_server/issues/91 and maybe also makes https://github.com/dtandersen/docker_factorio_server/pull/99 obsolete.
2017-12-28 12:37:23 +00:00
Florian Kinder
5c616483f6 update to 0.16.7 2017-12-21 19:03:29 +00:00
Florian Kinder
ce039016e0 update to 0.16.6 2017-12-18 18:48:30 +00:00
Florian Kinder
44a28d5c70 update to 0.16.5 2017-12-17 20:03:30 +00:00
Florian Kinder
bb06a73144 update to 0.16.4 2017-12-16 11:58:29 +00:00
Florian Kinder
0eb64bc190 update to 0.16.3 2017-12-15 15:08:32 +00:00
David Andersen
9834ca2842 don't need to make all of /opt/factorio writeable 2017-12-14 15:16:25 +00:00
David Andersen
6b2307635e give up on scenario entry point 2017-12-14 07:13:45 -08:00
Florian Kinder
8ee7c360c5 update to 0.16.2 2017-12-14 12:18:31 +00:00
David Andersen
6b58cb1909 0.16.1 2017-12-13 21:17:41 +00:00
David Andersen
8091c3a9f9 0.16.0 2017-12-13 18:43:01 +00:00
David Andersen
cb5bc74e4b run as factorio user 2017-12-13 18:33:51 +00:00
David Andersen
1ce5c5db7e added 0.16 2017-12-13 08:54:30 -08:00