update submodule
This commit is contained in:
parent
44bc7576b2
commit
98bddd1ef7
@ -3,7 +3,11 @@ FROM git.4nkweb.com/4nk/bitcoin:latest
|
||||
|
||||
# Installer jq et autres outils utiles pour les healthchecks
|
||||
USER root
|
||||
RUN apk update && apk add --no-cache jq bc && \
|
||||
RUN apk update && apk add --no-cache \
|
||||
jq bc \
|
||||
net-tools iputils \
|
||||
bind-tools netcat-openbsd \
|
||||
telnet procps && \
|
||||
rm -rf /var/cache/apk/* /tmp/* /var/tmp/*
|
||||
|
||||
# Revenir à l'utilisateur bitcoin
|
||||
|
@ -7,5 +7,5 @@ zmq_url=tcp://bitcoin:29000
|
||||
storage=https://dev4.4nkweb.com/storage
|
||||
data_dir=/app/.4nk
|
||||
bitcoin_data_dir=/app/.bitcoin
|
||||
bootstrap_url=wss://dev3.4nkweb.com/ws/
|
||||
bootstrap_faucet=true
|
||||
bootstrap_url=
|
||||
bootstrap_faucet=false
|
||||
|
@ -7,5 +7,5 @@ zmq_url=tcp://bitcoin:29000
|
||||
storage=https://dev4.4nkweb.com/storage
|
||||
data_dir=/app/.4nk
|
||||
bitcoin_data_dir=/app/.bitcoin
|
||||
bootstrap_url=wss://dev3.4nkweb.com/ws/
|
||||
bootstrap_faucet=true
|
||||
bootstrap_url=
|
||||
bootstrap_faucet=false
|
||||
|
Loading…
x
Reference in New Issue
Block a user