Skip to content

Commit 7c2bb01

Browse files
committed
Add restart to action containers
1 parent 80f499c commit 7c2bb01

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/docker/codezero/docker-compose.actions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ services:
88
- aquila
99
networks:
1010
- aquila
11+
restart: unless-stopped
1112

1213
action-shopify:
1314
image: ${ACTION_IMAGE_REGISTRY}/shopify-action:${ACTION_IMAGE_TAG}
@@ -18,3 +19,4 @@ services:
1819
- aquila
1920
networks:
2021
- aquila
22+
restart: unless-stopped

0 commit comments

Comments
 (0)