Conan Exiles PC Conan Exiles Conan Exiles Conan Exiles is an open world survival game set in the lands of Conan the Barbarian. Survive in a savage world, build a home and a kingdom, and dominate your enemies in epic warfare. RPG (Roleplay) ...
Dockerfile for the Conan Exiles Dedicated Server. Contribute to theBlackDragon/conan-exiles-dedicated-server development by creating an account on GitHub.
This is a Dockerfile allowing you to run the Conan Exiles Dedicated Server inside of a Docker container, through Wine. How to use this image The image includes a Makefile that can be used to build it by just typing Make To create a container from the image, assuming the default image ...
This is a Dockerfile allowing you to run the Conan Exiles Dedicated Server inside of a Docker container, through Wine. How to use this image The image includes a Makefile that can be used to build it by just typing Make To create a container from the image, assuming the default image ...
CONAN_ARGS environment variable allows passing arguments to the Conan Exiles server process. The defaults chosen are the arguments that were passed by default up to this point.Loading branch information theBlackDragon committed Sep 4, 2021 1 parent 4b4389b commit 1e92478 Showing...
Dockerfile for the Conan Exiles Dedicated Server. Contribute to theBlackDragon/conan-exiles-dedicated-server development by creating an account on GitHub.
version: "3.2" services: conan: image: bgeens/conan-exiles-server:0.1 container_name: conan restart: "unless-stopped" volumes: - /mnt/docker/conan:/home/steam/conan-dedicated environment: - PUID=1000 - PGID=1000 ports: - 7777:7777/udp - 7778:7778/udp - 27015:27015/udp Exposed ports...