Distribution publique GHCR (miroir, aucun compte requis) + avertissement légal dans le README et le label OCI
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
# export PODMAN_SOCKET=/run/user/$(id -u)/podman/podman.sock
|
||||
# rootful : sudo systemctl enable --now podman.socket
|
||||
# 2. cp .env.example .env && $EDITOR .env (OHM_SECRET_KEY + WATCHTOWER_TOKEN obligatoires)
|
||||
# 3. podman login git.lanro.eu (compte Gitea requis, même en lecture)
|
||||
# 4. podman compose -f docker-compose.podman.yml up -d
|
||||
# 3. podman compose -f docker-compose.podman.yml up -d
|
||||
# (ou podman-compose -f docker-compose.podman.yml up -d)
|
||||
#
|
||||
# Mise à jour : page Admin → « Mise à jour », ou manuellement :
|
||||
@@ -15,7 +14,7 @@
|
||||
|
||||
services:
|
||||
ohm:
|
||||
image: git.lanro.eu/roman/ohm_streaming:latest
|
||||
image: ${OHM_IMAGE:-ghcr.io/aulyriusohm/ohm-streaming:latest}
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${OHM_PORT:-8777}:8777"
|
||||
|
||||
Reference in New Issue
Block a user