one liners 0627

This commit is contained in:
2025-10-29 06:27:35 +02:00
parent f3682c5582
commit e4e8fb19a1

View File

@@ -9,8 +9,9 @@ services:
network_mode: host
working_dir: /opt/containers/nats-registration-listener/app
entrypoint: ["/usr/bin/tini", "--", "/bin/bash", "-lc", "/usr/local/bin/nats-registration-entrypoint"]
command: ["/opt/containers/nats-registration-listener/app/bin/nats-registration-listener.sh"]
# entrypoint: ["/usr/bin/tini", "--", "/bin/bash", "-lc", "/usr/local/bin/nats-registration-entrypoint"]
entrypoint: ["/usr/bin/tini","--","/bin/bash","-lc","/usr/local/bin/nats-registration-entrypoint"]
# command: ["/opt/containers/nats-registration-listener/app/bin/nats-registration-listener.sh"]
restart: unless-stopped
tty: true