Merge pull request #321 from kurokobo/galaxy

fix: correct permissons for psql dir for galaxy
This commit is contained in:
kurokobo 2024-03-20 00:35:22 +09:00 committed by GitHub
commit f0dec9a403
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -124,7 +124,7 @@ sudo mkdir -p /data/galaxy/postgres-13
sudo mkdir -p /data/galaxy/redis
sudo mkdir -p /data/galaxy/file
sudo chown 1000:0 /data/galaxy/file
sudo chmod 700 /data/galaxy/postgres-13
sudo chmod 755 /data/galaxy/postgres-13
```
### Deploy Galaxy NG