We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9b215b + 793fe2c commit 05ebb11Copy full SHA for 05ebb11
docker-compose.dev.yaml
@@ -13,6 +13,7 @@ services:
13
- MYSQL_DATABASE=cypht
14
- MYSQL_USER=cypht
15
- MYSQL_PASSWORD=cypht_password
16
+ stop_grace_period: 30s
17
cypht:
18
build:
19
context: .
@@ -42,3 +43,4 @@ services:
42
43
- USER_CONFIG_TYPE=DB
44
extra_hosts:
45
host.docker.internal: host-gateway # for xdebug
46
docker/docker-entrypoint.sh
@@ -32,4 +32,4 @@ rm -r /var/www
32
ln -s $(pwd)/site /var/www
33
34
# Start services
35
-/usr/bin/supervisord -c /etc/supervisord.conf
+exec /usr/bin/supervisord -c /etc/supervisord.conf
0 commit comments