Update: test add docker-compose down

This commit is contained in:
Siroco 2023-02-04 15:40:06 +01:00
parent 9c8d102bde
commit b9cfee1fc6
No known key found for this signature in database
GPG Key ID: 1324098302A514B0

1
test
View File

@ -15,6 +15,7 @@ cat docker-compose.yml | sed 's/registry.sindominio.net\/wordpress/wordpress/' >
cd $TMP
mkdir db uploads
docker-compose down -v --remove-orphans
docker-compose up -d
# Wait for the web server to respond