mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
Rename entrypoint script (#2171)
This commit is contained in:
parent
f91ef02cd1
commit
b5b3b9f1f3
4 changed files with 6 additions and 6 deletions
|
|
@ -42,7 +42,7 @@ EXPOSE 12994
|
|||
ENV PATH="/opt/venv/bin:$PATH"
|
||||
|
||||
# Copy the entrypoint script.
|
||||
COPY "start-squeaknode.sh" .
|
||||
RUN chmod +x start-squeaknode.sh
|
||||
COPY "entrypoint.sh" .
|
||||
RUN chmod +x entrypoint.sh
|
||||
|
||||
CMD ["./start-squeaknode.sh"]
|
||||
CMD ["./entrypoint.sh"]
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ services:
|
|||
- "lnd_server:lnd"
|
||||
sysctls:
|
||||
- net.ipv6.conf.all.disable_ipv6=0
|
||||
entrypoint: ["./start-squeaknode.sh"]
|
||||
entrypoint: ["./entrypoint.sh"]
|
||||
|
||||
volumes:
|
||||
lnd_server_dir:
|
||||
|
|
|
|||
|
|
@ -125,7 +125,7 @@ services:
|
|||
- "squeaknode_db:squeaknode_db"
|
||||
sysctls:
|
||||
- net.ipv6.conf.all.disable_ipv6=0
|
||||
entrypoint: ["./start-squeaknode.sh"]
|
||||
entrypoint: ["./entrypoint.sh"]
|
||||
|
||||
squeaknode_other:
|
||||
image: squeaknode
|
||||
|
|
@ -145,7 +145,7 @@ services:
|
|||
- "squeaknode_other_db:squeaknode_other_db"
|
||||
sysctls:
|
||||
- net.ipv6.conf.all.disable_ipv6=0
|
||||
entrypoint: ["./start-squeaknode.sh"]
|
||||
entrypoint: ["./entrypoint.sh"]
|
||||
|
||||
test:
|
||||
image: test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue