Closed rob-maron closed 1 month ago
tide-disco was trying to write to $HOME at startup:
We've since made the public directory a function of /tmp
and a random number: https://github.com/EspressoSystems/tide-disco/pull/239/files
Pre-this-change, you can fix this by building a Docker image on top:
FROM ghcr.io/espressosystems/espresso-sequencer/sequencer:VERSION
RUN useradd -m my_new_user
Several operators have had issues overriding the default user in
docker-compose.yaml
when using a docker container. The main error ismessage: "Permission denied"
, either from trying to save the config file or related FS data. Even when changing the storage path to somewhere accessible to that user viaESPRESSO_SEQUENCER_STORAGE_PATH
, we are still seeing this issue