mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 05:52:15 +11:00
fix: correct permissons for psql dir for galaxy
This commit is contained in:
parent
67ebb51523
commit
31d27de7bb
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