1
0

🏗️」 wip: wordpress nearly working need to fix title set and admin name and pass

This commit is contained in:
2025-02-15 19:22:32 +01:00
parent 2ac613440c
commit cbda27a044
8 changed files with 95 additions and 23 deletions

View File

@ -33,10 +33,11 @@ stop:
docker compose -f $(DOCKER_CONTEXT)docker-compose.yml stop
clean: stop
docker system prune
docker system prune -f
fclean: clean
docker system prune -a
docker system prune -af
docker volume prune -af
clean-db:
docker stop inception-db