frequi_origin/docker-compose.yml
Matthias c72a4826f2
Some checks failed
FreqUI CI / build (18, ubuntu-22.04) (push) Has been cancelled
FreqUI CI / build (20, ubuntu-22.04) (push) Has been cancelled
FreqUI CI / build (22, ubuntu-22.04) (push) Has been cancelled
FreqUI CI / build (23, ubuntu-22.04) (push) Has been cancelled
FreqUI CI / docker (linux/amd64) (push) Has been cancelled
FreqUI CI / docker (linux/arm/v6) (push) Has been cancelled
FreqUI CI / docker (linux/arm/v7) (push) Has been cancelled
FreqUI CI / docker (linux/arm64) (push) Has been cancelled
FreqUI CI / docker-merge (push) Has been cancelled
docs: Update documentation for pre-built docker image
closes #2133
2024-11-01 08:40:59 +01:00

13 lines
269 B
YAML

---
services:
frequi:
# Uncomment the following lines to build the image locally
# build:
# context: .
# dockerfile: "./Dockerfile"
# image: frequi
image: freqtradeorg/frequi:latest
restart: unless-stopped
ports:
- "3000:80"