Compare commits
7 commits
Author | SHA1 | Date | |
---|---|---|---|
94e1ab98bd | |||
59d9699760 | |||
87d566639d | |||
4fb984b9e2 | |||
a217aa5a86 | |||
665137a9f0 | |||
|
76fd195f91 |
3 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM ubuntu:14.04
|
||||
FROM ubuntu:16.04
|
||||
|
||||
MAINTAINER TuRzAm
|
||||
|
||||
|
@ -18,7 +18,7 @@ ENV UPDATEONSTART 1
|
|||
# if the server is backup when start with docker start
|
||||
ENV BACKUPONSTART 1
|
||||
# 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)
|
||||
ENV SERVERPORT 27015
|
||||
# Steam port (you can't remap with docker, it doesn't work)
|
||||
|
@ -34,7 +34,7 @@ ENV GID 1000
|
|||
|
||||
# Install dependencies
|
||||
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
|
||||
RUN sed -i.bkp -e \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
ark:
|
||||
container_name: ark
|
||||
image: turzam/ark:1.3-dev
|
||||
image: turzam/ark
|
||||
environment:
|
||||
- SESSIONNAME=Ark Docker
|
||||
- SERVERMAP=TheIsland
|
||||
|
|
2
run.sh
2
run.sh
|
@ -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..."
|
||||
mkdir -p /ark/server/ShooterGame/Saved/SavedArks
|
||||
mkdir -p /ark/server/ShooterGame/Content/Mods
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue