Skip to content

Commit

Permalink
upgraded to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bateau84 committed Jan 11, 2016
1 parent 18cd9f0 commit 369699c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
These images have been built and tested on docker 1.7.1. Previous versions may not run as smooth.
These images have been built and tested on docker 1.9.1. Previous versions may not run as smooth.

## Usage ##

Expand Down Expand Up @@ -40,6 +40,7 @@ For example to run server and load my savegame game.sav:
docker run -d --name openttd -p 3979:3979/tcp -p 3979:3979/udp -v /home/username/.openttd:/root/.openttd -e PUID=1001 -e PGID=1000 -e "loadgame=true" -e "savename=game.sav" bateau/openttd:latest

## Other tags ##
* 1.5.3
* 1.5.2
* 1.5.1
* 1.5.0
Expand Down
4 changes: 2 additions & 2 deletions prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ usermod -G users openttd
chown openttd:openttd /home/openttd -R

## Download and install openttd
wget -q http://binaries.openttd.org/releases/1.5.2/openttd-1.5.2-linux-ubuntu-trusty-amd64.deb
dpkg -i openttd-1.5.2-linux-ubuntu-trusty-amd64.deb
wget -q http://binaries.openttd.org/releases/1.5.3/openttd-1.5.3-linux-ubuntu-trusty-amd64.deb
dpkg -i openttd-1.5.3-linux-ubuntu-trusty-amd64.deb
mkdir -p /etc/service/openttd/

## Download GFX and install
Expand Down

0 comments on commit 369699c

Please sign in to comment.