From 57e6dab4b05b447a76986cf04324d5b8b7635c11 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Mon, 2 Oct 2023 11:16:09 -0400 Subject: [PATCH] Update --- Dockerfile | 6 +++--- docker-compose.yml | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index f394525..9e8266c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apk --update add git sed less wget nano openssh && \ WORKDIR /tmp -RUN git clone --depth 1 "https://github.com/ChocoTaco1/TacoServer/" && cd ./TacoServer +RUN git clone --depth 1 "https://github.com/ChocoTaco1/TacoServer/" && cd ./TacoServer WORKDIR /tmp RUN git clone --depth 1 "https://github.com/ChocoTaco1/TacoMaps/" && cd ./TacoMaps @@ -18,7 +18,7 @@ RUN git clone --depth 1 "https://github.com/ChocoTaco1/NoTNscripts/" && cd ./No # Main Game Server Image -FROM i386/ubuntu:bionic +FROM i386/debian:bookworm LABEL maintainer="sairuk, battlelore, chocotaco" # ENVIRONMENT @@ -103,7 +103,7 @@ RUN chown -R ${SRVUSER}: /home/${SRVUSER} EXPOSE \ # -- tribes 666/tcp \ -28000/udp +28000/udp USER ${SRVUSER} WORKDIR ${INSTDIR} diff --git a/docker-compose.yml b/docker-compose.yml index 2065946..448044a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,7 +8,7 @@ services: dockerfile: ./Dockerfile environment: TZ: "America/New_York" - T2_SERVERNAME: "Docker Test" + T2_SERVERNAME: "Docker Loki Test" T2_MAX_PLAYERS: 64 T2_DEFAULT_MISSIONTYPE: "Lakrabbit" T2_DEFAULT_MAP: "VaubanLak" @@ -32,7 +32,7 @@ services: T2_SA_LIST: "" T2_VoteAdmin: 0 T2_Admin2AdminOthers: 0 - T2_JoinBanner: "Docker Test\\nServer Hosted by Someone\\nGet Mappacks at https://playt2.com/" + T2_JoinBanner: "Docker Loki Test\\nServer Hosted by Someone\\nGet Mappacks at https://playt2.com/" T2_JoinBannerLines: 3 T2_JoinBannerTime: 6 T2_LoadScreenColor1: "05edad" @@ -102,7 +102,7 @@ volumes: stats: logs: gamedata: - + networks: t2-net: driver: overlay @@ -110,7 +110,7 @@ networks: secrets: t2.admin.password: external: true - name: t2.admin.password.v1 + name: t2.admin.password.v1 t2.classic.superadmin.password: external: true name: t2.classic.superadmin.password.v1 @@ -119,4 +119,4 @@ secrets: name: t2.classic.telnet.password.v1 t2.classic.telnet.listen.password: external: true - name: t2.classic.telnet.listen.password.v1 \ No newline at end of file + name: t2.classic.telnet.listen.password.v1 \ No newline at end of file