one liners 0627
This commit is contained in:
@@ -9,8 +9,9 @@ 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", "--", "/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"]
|
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
|
restart: unless-stopped
|
||||||
tty: true
|
tty: true
|
||||||
|
|||||||
Reference in New Issue
Block a user