8000 Problems starting docker compose in daemon · Issue #11 · cyrale/project-zomboid · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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
Open
@nicolasegp

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
< 4B3D div class="CommentLoading-module__CommentLoadingHeader--KUkK_">

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

    0