Skip to content

Commit

Permalink
Add fctr compose
Browse files Browse the repository at this point in the history
  • Loading branch information
d1ceward committed Dec 5, 2024
1 parent 09435bc commit 9a6e521
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 27 deletions.
27 changes: 0 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,3 @@
# ForgeSparks custom LinuxGSM Docker Container

A custom implementation of dockerised version of LinuxGSM https://linuxgsm.com

## Usage

### docker-compose

Below is an example `docker-compose` for csgoserver. Ports will vary depending upon server.

```docker
services:
csgoserver:
image: d1ceward/docker-linuxgsm:latest
environment:
- GAMESERVER=jc2server
- LGSM_GITHUBUSER=GameServerManagers
- LGSM_GITHUBREPO=LinuxGSM
- LGSM_GITHUBBRANCH=develop
volumes:
- /path/to/serverfiles:/linuxgsm/serverfiles
- /path/to/log:/linuxgsm/log
- /path/to/config-lgsm:/linuxgsm/config-lgsm
ports:
- "27015:27015/tcp"
- "27015:27015/udp"
- "27020:27020/udp"
- "27005:27005/udp"
restart: unless-stopped
```
13 changes: 13 additions & 0 deletions docker-compose/fctr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
services:
gameserver:
image: d1ceward/docker-linuxgsm:latest
restart: unless-stopped
environment:
GAMESERVER: fctrserver
volumes:
- data:/data
ports:
- 34197:34197/udp
volumes:
data:

0 comments on commit 9a6e521

Please sign in to comment.