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

11 lines
181 B
YAML
Raw Normal View History

2022-03-09 12:19:07 +00:00
version: '3'
services:
umami:
image: ghcr.io/mikecao/umami:postgresql-latest
ports:
- "3013:3000"
env_file:
- .env
- .secret.env
restart: always