This commit is contained in:
2023-11-09 08:17:13 -08:00
parent ba09f0be95
commit 785022a671
7 changed files with 26 additions and 14 deletions

View File

@@ -2,7 +2,7 @@ FROM fithwum/debian-base:bullseye
LABEL maintainer "fithwum"
# URL's for files
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/teamspeak-server/master/basic/files/Install_Script.sh
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/teamspeak-server/-/raw/main/basic/files/Install_Script.sh
# Install dependencies and folder creation
RUN apt-get -y update && apt-get clean \