Skip to content

Commit

Permalink
Fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Hüske authored and Tobias Hüske committed Feb 22, 2024
1 parent 2123dbe commit ddd112a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
ofelia.smtp-password: ${SMTP_PASS}
ofelia.email-to: ${SMTP_TO}
ofelia.email-from: ${SMTP_FROM}
mail-only-on-error: ${SMTP_ERROR}
ofelia.mail-only-on-error: ${SMTP_ERROR}
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
Expand Down

0 comments on commit ddd112a

Please sign in to comment.