mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-21 18:21:07 +01:00
Don't need to chown the folders
This commit is contained in:
parent
747c9bfd6f
commit
9df74c95fa
3
test
3
test
@ -9,10 +9,9 @@ tear_down () {
|
||||
mkdir tmp
|
||||
cat env.sample | sed "s/USER_GROUP.*$/USER_GROUP=`id -u`:`id -g`/" > tmp/.env
|
||||
cat docker-compose.yml | sed 's/registry.sindominio.net\/wordpress/wordpress/' > tmp/docker-compose.yml
|
||||
cd tmp
|
||||
|
||||
cd tmp
|
||||
mkdir db uploads
|
||||
chown 1000:1000 db uploads
|
||||
|
||||
docker-compose up -d
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user