Skip to content

Commit

Permalink
Merge branch 'master' into minimise-root-user
Browse files Browse the repository at this point in the history
  • Loading branch information
kowh-ai committed Oct 13, 2024
2 parents 6573174 + b33d0b9 commit e906e1f
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 e906e1f

Please sign in to comment.