Fix source for entrypoint config

This commit is contained in:
decentral1se 2021-05-06 11:13:46 +02:00
parent 9756f74be1
commit 74e2ce1f26
Signed by untrusted user who does not match committer: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ services:
secrets: secrets:
- db_password - db_password
configs: configs:
- source: entrypoint_conf - source: app_entrypoint
target: /docker-entrypoint.sh target: /docker-entrypoint.sh
mode: 0555 mode: 0555
entrypoint: /docker-entrypoint.sh entrypoint: /docker-entrypoint.sh