Refactor docker-compose.yml to update dozzle service configuration

This commit is contained in:
2024-05-28 01:03:58 +08:00
parent 110a0dd411
commit 1a13d29542
+1 -1
View File
@@ -5,7 +5,7 @@
# Commands
serve: down
@echo "Serving the project..."
docker compose -f compose.yml up --build -d
docker compose -f compose.yml up -d --build traefik
down: pull
@echo "Stopping the project..."
docker compose -f compose.yml down --remove-orphans