removed link to mailer service on docker compose
This commit is contained in:
parent
4e83172dae
commit
db7f69fc41
|
@ -10,7 +10,6 @@ services:
|
|||
- ${PORT}:80
|
||||
links:
|
||||
- api
|
||||
- mailer
|
||||
api:
|
||||
image: registry.verdnatura.es/salix-api:${TAG}
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Reference in New Issue