Giter Club home page Giter Club logo

frozen-flame-docker's Introduction

Frozen Flame Dedicated Server

Dockerized Frozen Flame Dedicated Server.

Github stars Github forks Github issues Github last-commit

Background

The creation of this image was motivated by the desire to establish a dedicated server for Frozen Flame, as there was previously no available Docker image. Utilizing the cm2network/steamcmd image as a foundation, this image was developed through the utilization of resources and guidance from the satisfactory and valheim images, all of which share the same base.

Docker CLI

run -d --net=host -v </path/to/config>:/home/steam/frozen-flame-dedicated/FrozenFlame/Saved --name=frozen-flame-dedicated ghcr.io/ragingdave/frozen-flame-docker:main 

Docker Compose

version: "3"
services:
  server:
    image: 'ghcr.io/ragingdave/frozen-flame-docker:main'
    network_mode: bridge
    volumes:
      - './saved:/home/steam/frozen-flame-dedicated/FrozenFlame/Saved'
    environment:
      - SERVER_NAME=FrozenFlameServer
    ports:
      - '25575:25575'
      - '27015:27015/udp'
      - '7777:7777/udp'
    restart: always

Game.ini

Upon initial launch of the server, it is necessary to generate the Game.ini file in order to implement various configurations, such as password protection. Detailed instructions on how to do so can be found at the following link: How to

Note

This is currently using the host network simplicity but you should be able to map the ports how you wish without it, but that's untested by me. The ports are exposed in the Dockerfile just not used here yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.