Browse Source

Added --remove-orphans flag to remove orphaned containers (~cron)

Mark Shust 5 năm trước cách đây
mục cha
commit
ea91a0738c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compose/bin/start

+ 1 - 1
compose/bin/start

@@ -1,5 +1,5 @@
 #!/bin/bash
-docker-compose -f docker-compose.yml -f docker-compose.dev.yml up -d
+docker-compose -f docker-compose.yml -f docker-compose.dev.yml up -d --remove-orphans
 
 ## Blackfire support
 # ------------------