Compare commits

...

4 Commits

Author SHA1 Message Date
Florian Kinder
4b95ca1032
Merge 7884f7f4f5 into 61d52eaa7c 2024-11-05 20:34:25 +00:00
github-actions[bot]
61d52eaa7c Auto Update Factorio to stable version: 2.0.14 experimental version: 2.0.15 2024-11-05 17:19:51 +00:00
Florian Kinder
7884f7f4f5 🎨
Took 3 minutes
2024-11-02 14:34:56 +01:00
Florian Kinder
a169eb92d9 Added extra_host example for NAS
Took 11 minutes
2024-11-02 14:27:49 +01:00
3 changed files with 16 additions and 4 deletions

View File

@ -6,7 +6,8 @@
[中文](./README_zh_CN.md)
<!-- start autogeneration tags -->
* `2`, `2.0`, `2.0.14`, `latest`, `stable`, `stable-2.0.14`
* `2.0.15`, `latest`
* `2`, `2.0`, `2.0.14`, `stable`, `stable-2.0.14`
* `2.0`, `2.0.13`, `stable-2.0.13`
* `1`, `1.1`, `1.1.110`, `stable-1.1.110`
* `1.0`, `1.0.0`

View File

@ -68,12 +68,18 @@
"2.0.14": {
"sha256": "5a4bc4c3b2a97ed1fc58eb796321e848dcc64435bd91013dd9c78a14a8ce8815",
"tags": [
"latest",
"stable",
"stable-2.0.14",
"2",
"2.0",
"2.0.14"
"2.0.14",
"stable"
]
},
"2.0.15": {
"sha256": "70b441cb807811a60586c01107248c1d8d7ae043bd1f23675fc924fbaaa538d8",
"tags": [
"latest",
"2.0.15"
]
}
}

View File

@ -22,3 +22,8 @@ services:
# - PORT=34198
# - PRESET=deathworld
# - ADDR=::1
# # Uncomment the following line to enable the use of the host's network stack,
# # which may be necessary for some setups like NAS or when using some proxy service like firewall rules.
# extra_hosts:
# - "host.docker.internal:host-gateway"