initial codes try 3

This commit is contained in:
2025-10-28 06:08:33 +02:00
parent 5e0a19b810
commit 51f14e354a

View File

@@ -9,7 +9,7 @@ services:
network_mode: host network_mode: host
working_dir: /opt/containers/nats-registration-listener/app working_dir: /opt/containers/nats-registration-listener/app
entrypoint: ["/usr/bin/tini", "--", "/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"] command: ["/opt/containers/nats-registration-listener/app/bin/nats-registration-listener.sh"]
restart: unless-stopped restart: unless-stopped