mirror of
https://github.com/lalanza808/xmr.sh.git
synced 2025-05-31 18:24:21 -04:00
explorer PathPrefix, color reset
This commit is contained in:
parent
32104f3d4a
commit
9b30144709
3 changed files with 8 additions and 6 deletions
|
@ -46,17 +46,19 @@ x-tor-service: &tor-service
|
|||
|
||||
x-explorer-service: &explorer-service
|
||||
explorer:
|
||||
image: sethsimmons/xmrblocks:latest
|
||||
image: vdo1138/xmrblocks:${EXPLORER_TAG}
|
||||
container_name: explorer
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- monerod-data:/home/monero/.bitmonero
|
||||
ports:
|
||||
- ${EXPLORER_PORT}
|
||||
depends_on:
|
||||
- monerod
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.explorer.rule=(PathPrefixStrip(`/explorer`) )" #!nole
|
||||
# - "traefik.http.routers.explorer.rule=(Host(`${DOMAIN}`) && PathPrefixStrip(`/explorer`) )" #!le
|
||||
- "traefik.http.routers.explorer.rule=(PathPrefix(`/explorer`) )" #!nole
|
||||
# - "traefik.http.routers.explorer.rule=(Host(`${DOMAIN}`) && PathPrefix(`/explorer`) )" #!le
|
||||
# - "traefik.http.routers.explorer.tls.certresolver=le" #!le
|
||||
- "traefik.http.middlewares.stripprefix.stripprefix.prefixes=/explorer"
|
||||
- "traefik.http.routers.explorer.middlewares=stripprefix"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue