diff --git a/asciinema/compose.yaml b/asciinema/compose.yaml index f2a5b23..0724621 100644 --- a/asciinema/compose.yaml +++ b/asciinema/compose.yaml @@ -4,7 +4,6 @@ services: container_name: ${ASCIINEMA_COMPOSE_PROJECT_NAME}_app restart: unless-stopped entrypoint: ["/entrypoint-wrapper.sh"] - command: ["start"] networks: - compose_network extra_hosts: diff --git a/asciinema/entrypoint-wrapper.sh b/asciinema/entrypoint-wrapper.sh index fb4b930..59afca2 100755 --- a/asciinema/entrypoint-wrapper.sh +++ b/asciinema/entrypoint-wrapper.sh @@ -14,4 +14,4 @@ if [ -f /opt/app/lib/asciinema-1.0.0/priv/static/assets/custom.css ]; then fi # Execute the original entrypoint -exec /opt/app/bin/asciinema "$@" +exec /sbin/tini -- /opt/app/bin/server "$@"