Skip to content

Commit 16d1a43

Browse files
authored
Seafile with Let's Encrypt Using Docker Compose
1 parent 557bcb9 commit 16d1a43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

seafile-traefik-letsencrypt-docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ services:
139139
command:
140140
# Set the log level (DEBUG, INFO, WARN, ERROR)
141141
- "--log.level=${TRAEFIK_LOG_LEVEL}"
142-
# Enable the built-in API and web-based dashboard on /dashboard
142+
# Enable the built-in API and web-based dashboard
143143
- "--api.dashboard=true"
144144
# Enable the /ping endpoint so we can health-check Traefik
145145
- "--ping=true"
@@ -186,15 +186,15 @@ services:
186186
retries: 3
187187
start_period: 5s
188188
labels:
189-
# Enable Traefik for this container.
189+
# Enable Traefik for this container
190190
- "traefik.enable=true"
191191
# A router to expose the Traefik dashboard
192192
- "traefik.http.routers.dashboard.rule=Host(`${TRAEFIK_HOSTNAME}`)"
193193
- "traefik.http.routers.dashboard.entrypoints=websecure"
194194
- "traefik.http.routers.dashboard.tls=true"
195195
- "traefik.http.routers.dashboard.tls.certresolver=letsencrypt"
196196
- "traefik.http.routers.dashboard.service=api@internal"
197-
# asic Authentication for the Traefik dashboard
197+
# Basic Authentication for the Traefik dashboard
198198
- "traefik.http.routers.dashboard.middlewares=authtraefik"
199199
- "traefik.http.middlewares.authtraefik.basicauth.users=${TRAEFIK_BASIC_AUTH}"
200200
# Specify the internal server port to the dashboard service

0 commit comments

Comments
 (0)