Release 1.2.0
Server admins that want to upgrade to this release, just need to run docker pull mschnitzer/asa-linux-server
and restart their container by running docker-compose up -d
. There's no need to adjust anything beyond that if you are running the latest release already.
Changelog:
- Added a way to allow the container start in a debug mode, by setting
ENABLE_DEBUG=1
as an environment variable indocker-compose.yml
- Added a section regarding server administration that touches on these topics:
- Enabling debug mode
- Applying server updates
- Daily restarts
- Executing RCON commands through
asa-ctrl
- Added
asa-ctrl
as a tool inside the container to allow easy execution of RCON commands. The tool will be enhanced over time to perform certain server administration tasks, as well as managing mods (featured in the next release1.3.0
). It is currently considered in Beta phase. - Removed the duplicated
set-permissions-1
section fromdocker-compose.yml