Add mail to common network
This commit is contained in:
parent
f2839aa9e0
commit
50fe57743b
|
|
@ -34,3 +34,8 @@ services:
|
|||
test: "ss --listening --tcp | grep -P 'LISTEN.+:smtp' || exit 1"
|
||||
timeout: 3s
|
||||
retries: 0
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: nginx-proxy
|
||||
external: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue