[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:
|
networks:
|
||||||
- gitea
|
- gitea
|
||||||
- webproxy
|
- webproxy
|
||||||
- smtp-relay
|
- smtp_relay
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mariadb:${mariadb_version:-10.7}
|
image: mariadb:${mariadb_version:-10.7}
|
||||||
|
@ -67,6 +67,6 @@ networks:
|
||||||
webproxy:
|
webproxy:
|
||||||
external: true
|
external: true
|
||||||
name: webproxy
|
name: webproxy
|
||||||
smtp-relay:
|
smtp_relay:
|
||||||
external: true
|
external: true
|
||||||
name: smtp-relay
|
name: smtp_relay
|
||||||
|
|
Loading…
Reference in a new issue