Skip to content

Commit 742d0e9

Browse files
add log path
1 parent 4075b6b commit 742d0e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

images/rippled/Dockerfile.2.6.2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,9 @@ EOF
124124
COPY ./rippled.conf /opt/ripple/.ripple/rippled.conf
125125
COPY ./validators.txt /opt/ripple/.ripple/validators.txt
126126

127+
RUN mkdir -p /var/log/rippled && \
128+
chmod 775 /var/log/rippled && \
129+
chown root:65532 /var/log/rippled
130+
127131
# https://xrpl.org/commandline-usage.html
128132
ENTRYPOINT ["rippled", "--conf=/opt/ripple/.ripple/rippled.conf", "--fg"]

0 commit comments

Comments
 (0)