[gitea] Rename smtp_relay network to correct name
This commit is contained in:
parent
d6b8ca6e77
commit
eb3c32d689
1 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@ services:
|
|||
networks:
|
||||
- gitea
|
||||
- webproxy
|
||||
- smtp-relay
|
||||
- smtp_relay
|
||||
|
||||
db:
|
||||
image: mariadb:${mariadb_version:-10.7}
|
||||
|
@ -67,6 +67,6 @@ networks:
|
|||
webproxy:
|
||||
external: true
|
||||
name: webproxy
|
||||
smtp-relay:
|
||||
smtp_relay:
|
||||
external: true
|
||||
name: smtp-relay
|
||||
name: smtp_relay
|
||||
|
|
Loading…
Reference in a new issue