Giter Site home page Giter Site logo

constructive-tyranny / assetto-corsa-server-deb-docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bas-imth/assetto-corsa-server-deb-docker

0.0 0.0 0.0 7 KB

Clear Assetto Corsa Server on Debian Docker with auto-update

Shell 60.84% Dockerfile 39.16%

assetto-corsa-server-deb-docker's Introduction

Clear Assetto Corsa Server on Debian Docker with auto-update

Install

Docker image is available under the lilabyte/assetto-corsa-server-deb-docker name. You can build this image by yourself or use docker-compose instead.

Docker Compose File:

version: "3"

services:
  acs:
    image: lilabyte/assetto-corsa-server-deb-docker
    container_name: acServer-deb
    ports:
      - 8081:8081
      - 9600:9600
      - 9600:9600/udp
    volumes:
      - /var/acServer-deb:/Steam/assetto # There will be stored all of your Assetto Corsa Server data including config and content folder.
    environment:
      # Remember to disable Steam Guard on your account
      - STEAM_USERNAME="yourSteamUsername"
      - STEAM_PASSWORD="yourSteamPassword"
      - ACS_NAME="Assetto Corsa Server Deb Docker"
      #- ACS_PASSWORD="yourServerPassword"
      - ACS_ADMIN_PASSWORD="superSecretServerAdminPassword"
      - ACS_TCP_PORT=9600
      - ACS_UDP_PORT=9600
      - ACS_HTTP_PORT=8081
    restart: unless-stopped

assetto-corsa-server-deb-docker's People

Contributors

lilabyte avatar bas-imth avatar

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.