mirror of
https://codeberg.org/shroff/phylum.git
synced 2026-01-10 13:41:09 -06:00
[meta] Fix URL in quick-start [#50]
This commit is contained in:
@@ -44,7 +44,7 @@ Phylum may be for you if you want:
|
||||
|
||||
```
|
||||
# download compose.yml
|
||||
wget https://codeberg.org/shroff/phylum/src/branch/main/compose.yml
|
||||
wget https://codeberg.org/shroff/phylum/raw/branch/main/compose.yml
|
||||
# create a new DB password and put it into .env
|
||||
echo "PHYLUM_DB_PASSWORD=$(head -c 32 /dev/urandom | md5sum | cut -d ' ' -f 1)" > .env
|
||||
# Create data/config.yml
|
||||
|
||||
Reference in New Issue
Block a user