Sign inSign up

xbt573/ddnet

By xbt573

Updated about 4 years ago

DDRaceNetwork Game Server

Image
1

935

xbt573/ddnet repository overview

This image is created for hosting DDRaceNetwork servers with Docker. Best way to start server is docker-compose:

version: "3"

services:
    server:
        image: xbt573/ddnet

        ports:
            - 8303:8303
            - 8303:8303/udp

        volumes:
            - ./data:/ddnet/data

If you don't have docker-compose, you can use Docker command

docker run -d -p 8303:8303 \
                         -p 8303:8303/udp \
                         -v data:/ddnet/data \
                         xbt573/ddnet

Tag summary

Content type

Image

Digest

Size

149.6 MB

Last updated

about 4 years ago

docker pull xbt573/ddnet