Skip to content

Commit

Permalink
Add satisfactory docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
d1ceward committed Jan 11, 2025
1 parent 4e811b4 commit c2bd0fa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# ForgeSparks custom LinuxGSM Docker Container
![GitHub Workflow Status (publish)](https://github.com/ForgeSparks/docker-linuxgsm/actions/workflows/publish.yml/badge.svg?branch=master)
[![Docker Pulls](https://img.shields.io/docker/pulls/d1ceward/docker-linuxgsm.svg)](https://hub.docker.com/r/d1ceward/docker-linuxgsm)
[![GitHub issues](https://img.shields.io/github/issues/ForgeSparks/docker-linuxgsm)](https://github.com/ForgeSparks/docker-linuxgsm/issues)

Expand Down
14 changes: 14 additions & 0 deletions docker-compose/sf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
services:
gameserver:
image: d1ceward/docker-linuxgsm:latest
restart: unless-stopped
environment:
GAMESERVER: sfserver
volumes:
- data:/data
ports:
- 7777:7777/tcp
- 7777:7777/udp
volumes:
data:

0 comments on commit c2bd0fa

Please sign in to comment.