Skip to content

Commit

Permalink
Update docker-compose.dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kowh-ai authored Oct 13, 2024
1 parent 32dd69c commit b33d0b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
test: ["CMD", "wget", "-qO", "/dev/null", "http://localhost:5000"]
interval: 60s
timeout: 10s
retries: 3s
retries: 3

datapusher:
image: ckan/ckan-base-datapusher:${DATAPUSHER_VERSION}
Expand All @@ -42,7 +42,7 @@ services:
test: ["CMD", "wget", "-qO", "/dev/null", "http://localhost:8800"]
interval: 60s
timeout: 10s
retries: 3s
retries: 3

db:
build:
Expand Down

0 comments on commit b33d0b9

Please sign in to comment.