mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-04-04 07:46:16 +02:00
docs: add note about Dozzle optionality
This commit is contained in:
parent
1c179efde2
commit
bb0c4d19d8
|
|
@ -54,7 +54,7 @@ services:
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
dozzle:
|
dozzle:
|
||||||
# Dozzle is optional, but it's lightweight and allows for easily viewing container logs. We recommend including it unless you have a specific reason not to
|
# Dozzle is an optional container that allows for easily viewing container logs. We recommend including it unless you have a specific reason not to. Note that if you don't install it, the "Service Logs & Metrics" link in Settings that launches Dozzle will not work.
|
||||||
image: amir20/dozzle:v10.0
|
image: amir20/dozzle:v10.0
|
||||||
container_name: nomad_dozzle
|
container_name: nomad_dozzle
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user