Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
docker: Add `$USER` env var to docker-compose
Alexis Sellier committed 2 years ago
commit de381cb378f45f8cce3dbf99d1b72c360dc095b2
parent f639192dc6ccd2c584e0f738fcb834b4f8cf59ed
1 file changed +2 -0
modified docker-compose.yml
@@ -10,6 +10,7 @@ services:
      RUST_LOG: debug
      RAD_PASSPHRASE: seed
      RUST_BACKTRACE: 1
+
      USER: ${USER}
    volumes:
      - /mnt/radicle/heartwood:/root/
    init: true
@@ -31,6 +32,7 @@ services:
    environment:
      RUST_LOG: debug
      RUST_BACKTRACE: 1
+
      USER: ${USER}
    volumes:
      - /mnt/radicle/heartwood:/root/
    init: true