This commit is contained in:
Mayel de Borniol 2022-03-09 15:51:49 +13:00
parent 6e0444d3dd
commit 39b5d94356
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ services:
- "search-data:/data.ms" - "search-data:/data.ms"
networks: networks:
- internal - internal
entrypoint: ["tini", "--", "/docker-entrypoint.sh"] entrypoint: ["tini", "--", "bash", "/docker-entrypoint.sh"]
configs: configs:
- source: app_entrypoint - source: app_entrypoint
target: /docker-entrypoint.sh target: /docker-entrypoint.sh