Fix logo path
This commit is contained in:
parent
4e7c3d83a7
commit
dcfd236b8c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# documentation: https://doc.evolution-api.com/v1/pt/get-started/introduction
|
# documentation: https://doc.evolution-api.com/v1/pt/get-started/introduction
|
||||||
# slogan: Evolution API Installation with Postgres and Redis
|
# slogan: Evolution API Installation with Postgres and Redis
|
||||||
# tags: evolution-api,evo-api,evolution,whatsapp,api,postgres,redis
|
# tags: evolution-api,evo-api,evolution,whatsapp,api,postgres,redis
|
||||||
# logo: svgs/default.webp
|
# logo: svgs/evolution-api.png
|
||||||
# port: 8080
|
# port: 8080
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
@ -157,4 +157,4 @@ services:
|
||||||
test: ["CMD-SHELL", "pg_isready -U $SERVICE_USER_POSTGRES -d ${POSTGRES_DB:-postgres}"]
|
test: ["CMD-SHELL", "pg_isready -U $SERVICE_USER_POSTGRES -d ${POSTGRES_DB:-postgres}"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 5
|
retries: 5
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue