Skip to content

Commit 1f8968d

Browse files
authored
Merge pull request #212 from OpenFactorioServerManager/develop
Develop -> Master
2 parents eaa65d0 + f37a5d4 commit 1f8968d

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6-
## [Unreleased]
6+
## [0.9.0] 2021-01-07
77
### Added
88
- Autostart factorio, when starting the server-manager - Thanks to @Psychomantis71
99

@@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1616
- Console page is now working correctly (directly reloading still bugged until new UI) - Thanks to @jannaahs
1717
- Mod Search fixed by new implementation, which does not rely on the search endpoint of the mod portal - Thanks to @jannaahs
1818
- Listen on port 80, previously port 8080 was used. Can be changed with `--port <port>`
19+
- Update version numbers in Docker containers
1920

2021
## [0.8.2] - 2020-01-08
2122
Many bugfixes and a few small features in this release.

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM frolvlad/alpine-glibc
33

44
ENV FACTORIO_VERSION=stable \
5-
MANAGER_VERSION=0.8.2 \
5+
MANAGER_VERSION=0.9.0 \
66
ADMIN_USER=admin \
77
ADMIN_PASS=factorio \
88
RCON_PASS="" \

docker/docker-compose.simple.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3"
22
services:
33
factorio-server-manager:
4-
image: "ofsm/ofsm:develop"
4+
image: "ofsm/ofsm:latest"
55
container_name: "factorio-server-manager"
66
restart: "unless-stopped"
77
environment:

docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3"
22
services:
33
factorio-server-manager:
4-
image: "ofsm/ofsm:develop"
4+
image: "ofsm/ofsm:latest"
55
container_name: "factorio-server-manager"
66
restart: "unless-stopped"
77
environment:

0 commit comments

Comments
 (0)