Use GitHub Container Registry for Docker images
GHCR allows images to be pulled anonymously
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
umami:
|
||||
build: .
|
||||
image: ghcr.io/mikecao/umami:postgresql-latest
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user