fix monero

This commit is contained in:
Kukks 2023-06-28 10:02:43 +02:00
parent d26adaceb5
commit 2c84a00180
No known key found for this signature in database
GPG Key ID: 8E5530D9D1C93097
3 changed files with 6 additions and 3 deletions

View File

@ -32,7 +32,8 @@ COPY ./scripts /scripts/
RUN find /scripts/ -type f -print0 | xargs -0 chmod a+x
# Create monero user
RUN adduser --system --disabled-password --uid 101 --gid 101 monero && \
RUN addgroup --system --gid 101 monero && \
adduser --system --disabled-password --uid 101 --gid 101 monero && \
mkdir -p /wallet /home/monero/.bitmonero && \
chown -R monero:monero /home/monero/.bitmonero && \
chown -R monero:monero /wallet

View File

@ -32,7 +32,8 @@ COPY ./scripts /scripts/
RUN find /scripts/ -type f -print0 | xargs -0 chmod a+x
# Create monero user
RUN adduser --system --disabled-password --uid 101 --gid 101 monero && \
RUN addgroup --system --gid 101 monero && \
adduser --system --disabled-password --uid 101 --gid 101 monero && \
mkdir -p /wallet /home/monero/.bitmonero && \
chown -R monero:monero /home/monero/.bitmonero && \
chown -R monero:monero /wallet

View File

@ -32,7 +32,8 @@ COPY ./scripts /scripts/
RUN find /scripts/ -type f -print0 | xargs -0 chmod a+x
# Create monero user
RUN adduser --system --disabled-password --uid 101 --gid 101 monero && \
RUN addgroup --system --gid 101 monero && \
adduser --system --disabled-password --uid 101 --gid 101 monero && \
mkdir -p /wallet /home/monero/.bitmonero && \
chown -R monero:monero /home/monero/.bitmonero && \
chown -R monero:monero /wallet