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
|
# Endlessh
|
||||||
# URL: https://github.com/shizunge/endlessh-go
|
# URL: https://github.com/shizunge/endlessh-go
|
||||||
######################################################
|
######################################################
|
||||||
name: endlessh-stack
|
|
||||||
|
|
||||||
services:
|
|
||||||
|
|
||||||
endlessh:
|
endlessh:
|
||||||
# container_name: endlessh
|
|
||||||
image: shizunge/endlessh-go:latest
|
image: shizunge/endlessh-go:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
#user: root
|
#user: root
|
||||||
|
@ -26,9 +24,12 @@ services:
|
||||||
options:
|
options:
|
||||||
loki-url: "${LOKI_URL}"
|
loki-url: "${LOKI_URL}"
|
||||||
|
|
||||||
|
######################################################
|
||||||
|
# MaxMind GeoIP Updater
|
||||||
|
# Docs: https://github.com/maxmind/geoipupdate/blob/main/doc/docker.md
|
||||||
|
######################################################
|
||||||
geoipupdate:
|
geoipupdate:
|
||||||
image: ghcr.io/maxmind/geoipupdate:v5
|
image: ghcr.io/maxmind/geoipupdate:v5
|
||||||
# container_name: geoipupdate
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
security_opt: [ "no-new-privileges:true" ]
|
security_opt: [ "no-new-privileges:true" ]
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Add table
Reference in a new issue