Endlessh Stack: update container docs urls

This commit is contained in:
Aroy-Art 2025-03-25 13:59:15 +01:00
parent 449a0b8c1a
commit 6860191f04
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -1,13 +1,11 @@
name: endlessh-stack
services:
######################################################
# Endlessh
# URL: https://github.com/shizunge/endlessh-go
######################################################
name: endlessh-stack
services:
endlessh:
# container_name: endlessh
image: shizunge/endlessh-go:latest
restart: unless-stopped
#user: root
@ -26,9 +24,12 @@ services:
options:
loki-url: "${LOKI_URL}"
######################################################
# MaxMind GeoIP Updater
# Docs: https://github.com/maxmind/geoipupdate/blob/main/doc/docker.md
######################################################
geoipupdate:
image: ghcr.io/maxmind/geoipupdate:v5
# container_name: geoipupdate
restart: unless-stopped
security_opt: [ "no-new-privileges:true" ]
volumes: