File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33
44The 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
2122Many bugfixes and a few small features in this release.
Original file line number Diff line number Diff line change 22FROM frolvlad/alpine-glibc
33
44ENV 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="" \
Original file line number Diff line number Diff line change 11version : " 3"
22services :
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 :
Original file line number Diff line number Diff line change 11version : " 3"
22services :
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 :
You can’t perform that action at this time.
0 commit comments