Skip to content

serpi90/scpsl-docker

 
 

Repository files navigation


A Docker image to run a dedicated server for SCP: Secret Lab.

Usage

An example sequence could be:

docker build -t scpsl https://github.com/FragSoc/scpsl-docker.git && \
    docker run -d -p 7777:7777/udp -v $PWD/scpsl_config:/config scpsl

The image exposes one volume at /config for the server's configuration files.

The image exposes one port, defaulting to 7777/udp (see below).

Environment Variables

Argument Key Default Value Description
UID 999 Desired user ID of the user the server will run as. You might want to override this for easier directory permission management.
GID 999 Twin to UID, setting the primary group id of the user.
PORT 7777 Port that the game will be run under. WARNING: you must still set this in /config/config_gamplay.txt
STEAM_BETA A beta string to pass to steamcmd. For example: -beta mybetaname -betapassword letmein.

Licensing

The few files in this repo are licensed under the GPL.

However, SCP: Secret Lab is proprietary software licensed by Northwood Studios; no credit is taken for the software in this image.

About

A docker image to run a dedicated server for the game SCP: Secret Lab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 52.5%
  • Dockerfile 47.5%