Endlessh Stack: update container docs urls
This commit is contained in:
parent
449a0b8c1a
commit
6860191f04
1 changed files with 7 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue