Skip to content

Commit 793fe2c

Browse files
committed
Add stop_grace_period for db and cypht services
1 parent f1bf697 commit 793fe2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.dev.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ services:
1313
- MYSQL_DATABASE=cypht
1414
- MYSQL_USER=cypht
1515
- MYSQL_PASSWORD=cypht_password
16+
stop_grace_period: 30s
1617
cypht:
1718
build:
1819
context: .
@@ -42,3 +43,4 @@ services:
4243
- USER_CONFIG_TYPE=DB
4344
extra_hosts:
4445
host.docker.internal: host-gateway # for xdebug
46+
stop_grace_period: 30s

0 commit comments

Comments
 (0)