Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

lordisp/docker-fsd-server-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FSD Server for Microsoft Flight-Simulator X

You may want to customize the fsd.conf and mount a persitent volume using the -v flag

Run from Docker

docker run -d \
           --name fsd-server \
           -p 3010:3010 \
           -p 3011:3011 \
           -p 6809:6809 \ 
           innohub/fsd-server:1.0-apline

Run using docker-compose

version: '3'
services:

  fsd-server:
    image: innohub/fsd-server:1.0-apline
    volumes: 
      - ./src:/var/fsd
    ports: 
      - "3010:3010"
      - "3011:3011"
      - "6809:6809"
    networks: 
      - fsd-net

networks:
  fsd-net:

About

FSD Server for Microsoft Flight-Simulator X

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published