Add mail to common network

This commit is contained in:
Daniel Meiburg 2023-07-27 20:51:57 +02:00
parent f2839aa9e0
commit 50fe57743b
Signed by: dm
GPG Key ID: E5827ECFFE0AA4F2
1 changed files with 5 additions and 0 deletions

View File

@ -34,3 +34,8 @@ services:
test: "ss --listening --tcp | grep -P 'LISTEN.+:smtp' || exit 1" test: "ss --listening --tcp | grep -P 'LISTEN.+:smtp' || exit 1"
timeout: 3s timeout: 3s
retries: 0 retries: 0
networks:
default:
name: nginx-proxy
external: true