Skip to content

Commit

Permalink
Have monerod be chown'd to monero:nogroup
Browse files Browse the repository at this point in the history
On some Docker setups, the monero user doesn't have a monero group for some
reason. This handles that edge case.
  • Loading branch information
kayabaNerve committed Feb 11, 2024
1 parent 95b7460 commit 62a619a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchestration/src/coins/monero.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN tar -xvjf monero-linux-{arch}-v{MONERO_VERSION}.tar.bz2 --strip-components=1

let run_monero = format!(
r#"
COPY --from=monero --chown=monero {monero_binary} /bin
COPY --from=monero --chown=monero:nogroup {monero_binary} /bin
EXPOSE {ports}
Expand Down

0 comments on commit 62a619a

Please sign in to comment.