fix: user correct start / user
continuous-integration/drone/push Build is failing Details

See https://github.com/Chocobozzz/PeerTube/issues/5302#issuecomment-1260521964
This commit is contained in:
decentral1se 2022-10-13 09:21:10 +02:00
parent be091cd685
commit 3687802f12
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 2 deletions

View File

@ -48,7 +48,6 @@ services:
app:
image: chocobozzz/peertube:v4.3.0-bullseye
user: peertube
environment:
- PEERTUBE_ADMIN_EMAIL
- PEERTUBE_CONTACT_FORM_ENABLED
@ -76,7 +75,7 @@ services:
- source: app_entrypoint
target: /docker-entrypoint.sh
mode: 0555
command: npm start
command: node dist/server
healthcheck:
test: curl -f http://localhost:9000/v1/api/ping || exit 1
interval: 10s