Refactor docker-compose.yml to update dozzle service configuration

This commit is contained in:
2024-05-28 00:52:20 +08:00
parent 1f14327c68
commit 110a0dd411
3 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
# Commands
serve: down
@echo "Serving the project..."
docker compose -f compose.yml up -d
docker compose -f compose.yml up --build -d
down: pull
@echo "Stopping the project..."
docker compose -f compose.yml down --remove-orphans