Skip to content

Docker compose fails #1536

@WernerBleisteiner

Description

@WernerBleisteiner

Pulled the Docker image, but the compose command fails. Running on a RPi4 with Debian.

pi@rpi4-1-64:~ $ sudo docker pull getontime/ontime Using default tag: latest latest: Pulling from getontime/ontime Digest: sha256:5e5eeb5551732982fd5caf85fd54df5c1ce933e4b3da8fc3e8f5185e4cae49da Status: Image is up to date for getontime/ontime:latest docker.io/getontime/ontime:latest pi@rpi4-1-64:~ $ sudo docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES pi@rpi4-1-64:~ $ nano docker-compose.yml services: ontime: container_name: ontime image: getontime/ontime:latest ports: - "4001:4001/tcp" - "8888:8888/udp" - "9999:9999/udp" volumes: - "./ontime-data:/data/" environment: - TZ=Europe/Berlin restart: unless-stopped pi@rpi4-1-64:~ $ sudo docker-compose up -d sudo: docker-compose: command not found

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions