small changes in volume gestion for db

This commit is contained in:
asus
2024-02-06 18:34:25 +01:00
parent 24aac70ac8
commit bb844a428b
3 changed files with 5 additions and 5 deletions

View File

@@ -89,11 +89,7 @@ build_logs:
# before starting the containers with up,
# creating a README.md file inside some binded volumes dir
# to avoid them having their ownership overwritten by docker
up:
echo "this is a binded docker volume for plugins" >> ${VOLUME_PLUGINS_D}/README.md
docker compose -f $(COMPOSE_FILE) up -d
@echo $(B_PURPLE)"you can now connect at "$(B_YELLOW)"https://$(WP_COMPLETE_URL)"$(B_PURPLE)" or 127.0.0.1"$(RESET)
down: