start target fix

This commit is contained in:
2025-12-14 17:18:25 +01:00
parent 331e3d54b1
commit 70afc24ff7
+1 -1
View File
@@ -12,7 +12,7 @@ dev:
$(call docker_compose,up $(DEV_SERVICES))
start:
$(call docker_compose,up -d --force-recreate $(DEV_SERVICES))
$(call docker_compose,up -d --force-recreate)
stop:
$(call docker_compose,down --remove-orphans)