Skip to content

Commit

Permalink
Update docker-compose.yml for file secret
Browse files Browse the repository at this point in the history
  • Loading branch information
volschin authored Jun 22, 2024
1 parent 7041bd1 commit 0b623b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ services:
volumes:
- hibiscus_cfg:/opt/hibiscus-server/cfg
- jameica_data:/root/.jameica
- ./hibiscus_password.txt:/run/secrets/hibiscus-pwd
networks:
proxy:
environment:
HIBISCUS_PASSWORD: ${HIBISCUS_PASSWORD}
labels:
- "traefik.enable=true"
- "traefik.http.routers.hibiscus.entrypoints=https"
Expand Down

0 comments on commit 0b623b9

Please sign in to comment.