-
Notifications
You must be signed in to change notification settings - Fork 55
Running with Docker
Pedro Faria edited this page Jun 6, 2024
·
1 revision
docker run --rm -it \ ─╯
-v /mnt/d/SteamLibrary/steamapps/common/Assetto\ Corsa\ Competizione\ Dedicated\ Server/server:/accserver \
-v /home/myuser/accweb/config:/accweb/config \
-v /home/myuser/accweb/secrets:/accweb/secrets \
-e ACCWEB_ADMIN_PASSWORD=secretpass \
-e ACCWEB_LOGLEVEL=debug \
-e ACCWEB_MOD_PASSWORD=moderatorpass \
-e ACCWEB_TIMEOUT=5h \
-p "8080:8080" \
-p "9600-9610:9600-9610/tcp" \
-p "9600-9610:9600-9610/udp" \
accweb/accweb:latest start