fix: correct permissons for psql dir for galaxy

This commit is contained in:
kurokobo 2024-03-19 23:20:35 +09:00
parent 67ebb51523
commit 31d27de7bb
No known key found for this signature in database
GPG key ID: A6224377E5B0604E

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