Skip to content

Commit 0156943

Browse files
committed
Update docker-compose.yml
1 parent d024f61 commit 0156943

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docker-compose.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ services:
2525
- database
2626
- redis
2727
- varnish
28-
healthcheck:
29-
test: ["CMD-SHELL", "curl -fk https://${DOMAIN_NAME} || exit 1"]
30-
interval: 10s
31-
timeout: 5s
32-
retries: 4
33-
start_period: 30s
3428
environment:
3529
WORDPRESS_DB_HOST: 'database'
3630
WORDPRESS_DB_USER: '${WORDPRESS_DB_USER}'

0 commit comments

Comments
 (0)