This repository has been archived on 2024-11-01. You can view files and clone it, but cannot push or open issues or pull requests.
services/umami/docker-compose.yml
2022-03-09 13:19:07 +01:00

10 lines
181 B
YAML

version: '3'
services:
umami:
image: ghcr.io/mikecao/umami:postgresql-latest
ports:
- "3013:3000"
env_file:
- .env
- .secret.env
restart: always