created multisite

This commit is contained in:
2024-03-07 12:39:35 +01:00
parent 4d635db56a
commit 14bba8e642
7 changed files with 60 additions and 39 deletions
+9 -2
View File
@@ -36,11 +36,18 @@ down:
exec_php:
docker exec -it popsucoloque-php-1 bash
exec_npm:
docker exec -it popsucoloque-npm-1 sh
exec_nginx:
docker exec -it popsucoloque-nginx-1 bash
exec_mysql:
docker exec -it popsucoloque-mysql-1 bash
restart_php:
docker-compose restart php
restart_nginx:
docker-compose restart nginx
dump_db:
docker exec popsucoloque-mysql-1 sh -c 'exec mysqldump -uroot -ppopsu colloque21' > ./ressources/colloque21-$(DATE_NOW)-local.sql
docker exec popsucoloque-mysql-1 sh -c 'exec mysqldump -uroot -ppopsu colloque24' > ./ressources/colloque24-$(DATE_NOW)-local.sql