Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Commit 01f8084

Browse files
committed
cron changes
1 parent 0d67089 commit 01f8084

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ services:
99
- LGSM_GITHUBREPO=LinuxGSM
1010
- LGSM_GITHUBBRANCH=master
1111
volumes:
12-
- /path/to/serverfiles:/home/linuxgsm/serverfiles
13-
- /path/to/log:/home/linuxgsm/log
14-
- /path/to/config-lgsm:/home/linuxgsm/lgsm/config-lgsm
12+
- /home/docker/linuxgsm/csgoserver/serverfiles:/home/linuxgsm/serverfiles
13+
- /home/docker/linuxgsm/csgoserver/log:/home/linuxgsm/log
14+
- /home/docker/linuxgsm/csgoserver/config-lgsm:/home/linuxgsm/lgsm/config-lgsm
1515
ports:
1616
- "27015:27015/tcp"
1717
- "27015:27015/udp"
1818
- "27020:27020/udp"
1919
- "27005:27005/udp"
20-
restart: unless-stopped
20+
restart: unless-stopped

entrypoint.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ if [ -z "$(ls -A -- "serverfiles")" ]; then
4545
./${GAMESERVER} auto-install
4646
fi
4747

48-
# Add cron tasks
49-
echo "adding cron jobs"
50-
echo "* monitor (5 mins)"
51-
echo "* update (30 mins)"
52-
echo "* update-lgsm (1AM Sunday)"
5348
echo "starting cron"
5449
sudo cron
5550

0 commit comments

Comments
 (0)