mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2026-03-22 11:07:08 +11:00
Merge pull request #321 from kurokobo/galaxy
fix: correct permissons for psql dir for galaxy
This commit is contained in:
commit
f0dec9a403
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ sudo mkdir -p /data/galaxy/postgres-13
|
||||||
sudo mkdir -p /data/galaxy/redis
|
sudo mkdir -p /data/galaxy/redis
|
||||||
sudo mkdir -p /data/galaxy/file
|
sudo mkdir -p /data/galaxy/file
|
||||||
sudo chown 1000:0 /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
|
### Deploy Galaxy NG
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue