Skip to content

Commit 22dc06f

Browse files
committed
fix dozzel
1 parent 30b1d07 commit 22dc06f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

templates/compose/dozzle-with-auth.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
1+
# ignore: true
12
# documentation: https://dozzle.dev/
23
# slogan: Dozzle is a simple and lightweight web UI for Docker logs.
34
# tags: dozzle,docker,logs,web-ui
45
# logo: svgs/dozzle.svg
56
# port: 8080
67

7-
version: "3.8"
8-
98
services:
109
dozzle:
1110
image: amir20/dozzle:latest
12-
container_name: "dozzle"
13-
restart: unless-stopped
1411
environment:
1512
- SERVICE_FQDN_DOZZLE_8080
1613
- DOZZLE_AUTH_PROVIDER=simple
@@ -32,4 +29,4 @@ services:
3229
interval: 3s
3330
timeout: 30s
3431
retries: 5
35-
start_period: 30s
32+
start_period: 30s

0 commit comments

Comments
 (0)