Skip to content

Commit

Permalink
Revert "Before update on 2024-08-20_14_22_10"
Browse files Browse the repository at this point in the history
This reverts commit 89398c4.
  • Loading branch information
DerLinkman committed Aug 23, 2024
1 parent 89398c4 commit 75f18df
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,36 @@ services:
aliases:
- ofelia

ipv6nat-mailcow:
depends_on:
- unbound-mailcow
- mysql-mailcow
- redis-mailcow
- clamd-mailcow
- rspamd-mailcow
- php-fpm-mailcow
- sogo-mailcow
- dovecot-mailcow
- postfix-mailcow
- memcached-mailcow
- nginx-mailcow
- acme-mailcow
- netfilter-mailcow
- watchdog-mailcow
- dockerapi-mailcow
- solr-mailcow
environment:
- TZ=${TZ}
image: robbertkl/ipv6nat
security_opt:
- label=disable
restart: always
privileged: true
network_mode: "host"
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /lib/modules:/lib/modules:ro

networks:
mailcow-network:
driver: bridge
Expand Down

0 comments on commit 75f18df

Please sign in to comment.