Skip to content
This repository was archived by the owner on Jul 25, 2021. It is now read-only.
This repository was archived by the owner on Jul 25, 2021. It is now read-only.

Problems starting docker compose in daemon #11

Description

@nicolasegp

If use docker-compose up -d I get the following error

1622489323661 RCON: listening on port 27015
1622489323947 Missing texture: media/textures/weather/fogwhite.png
1622489324063 znet: OnPolicyResponse
1622489324064 znet: Zomboid Server is VAC Secure
./start-server.sh: line 21:  3161 Killed                  LD_PRELOAD="${LD_PRELOAD}:${JSIG}" ./ProjectZomboid64 "$@"

But if use docker-comopse up the server starts normally


Docker version 20.10.6, build 370c289
docker-compose version 1.25.0, build unknown

version: "3.7"
services:
    project-zomboid:
        image: ghcr.io/cyrale/project-zomboid
        restart: unless-stopped
        environment:
            SERVER_NAME: "MyServer"
            SERVER_PASSWORD: "*****"
            ADMIN_PASSWORD: "*****"
        ports:
            - "8766:8766/udp"
            - "8767:8767/udp"
            - "16261:16261/udp"
            - "16262-16272:16262-16272"
            - "27015:27015"
        volumes:
            - ./server-data:/server-data

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions