Compare commits

...

7 commits
1.3 ... master

3 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
FROM ubuntu:14.04 FROM ubuntu:16.04
MAINTAINER TuRzAm MAINTAINER TuRzAm
@ -18,7 +18,7 @@ ENV UPDATEONSTART 1
# if the server is backup when start with docker start # if the server is backup when start with docker start
ENV BACKUPONSTART 1 ENV BACKUPONSTART 1
# Tag on github for ark server tools # Tag on github for ark server tools
ENV GIT_TAG v1.5 ENV GIT_TAG v1.6.56
# Server PORT (you can't remap with docker, it doesn't work) # Server PORT (you can't remap with docker, it doesn't work)
ENV SERVERPORT 27015 ENV SERVERPORT 27015
# Steam port (you can't remap with docker, it doesn't work) # Steam port (you can't remap with docker, it doesn't work)
@ -34,7 +34,7 @@ ENV GID 1000
# Install dependencies # Install dependencies
RUN apt-get update &&\ RUN apt-get update &&\
apt-get install -y curl lib32gcc1 lsof git apt-get install -y curl lib32gcc1 lsof git sudo
# Enable passwordless sudo for users under the "sudo" group # Enable passwordless sudo for users under the "sudo" group
RUN sed -i.bkp -e \ RUN sed -i.bkp -e \

View file

@ -1,6 +1,6 @@
ark: ark:
container_name: ark container_name: ark
image: turzam/ark:1.3-dev image: turzam/ark
environment: environment:
- SESSIONNAME=Ark Docker - SESSIONNAME=Ark Docker
- SERVERMAP=TheIsland - SERVERMAP=TheIsland

2
run.sh
View file

@ -42,7 +42,7 @@ cp /home/steam/crontab /ark/template/crontab
if [ ! -d /ark/server ] || [ ! -f /ark/server/arkversion ];then if [ ! -d /ark/server ] || [ ! -f /ark/server/version.txt ];then
echo "No game files found. Installing..." echo "No game files found. Installing..."
mkdir -p /ark/server/ShooterGame/Saved/SavedArks mkdir -p /ark/server/ShooterGame/Saved/SavedArks
mkdir -p /ark/server/ShooterGame/Content/Mods mkdir -p /ark/server/ShooterGame/Content/Mods