Skip to content

Commit

Permalink
ofelia: limit scope to mailcow project (#5776)
Browse files Browse the repository at this point in the history
* Filter to limit ofelia scope

See #5775

* compose: added ${COMPOSE_PROJECT_NAME} ENV to ofelia container
  • Loading branch information
Kitof authored Aug 8, 2024
1 parent 7f790c5 commit 824a473
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -594,9 +594,10 @@ services:
ofelia-mailcow:
image: mcuadros/ofelia:latest
restart: always
command: daemon --docker
command: daemon --docker -f label=com.docker.compose.project=${COMPOSE_PROJECT_NAME}
environment:
- TZ=${TZ}
- COMPOSE_PROJECT_NAME=${COMPOSE_PROJECT_NAME}
depends_on:
- sogo-mailcow
- dovecot-mailcow
Expand Down

0 comments on commit 824a473

Please sign in to comment.