Skip to content

Commit

Permalink
Merge pull request #345 from smart-on-fhir/mikix/docker-fix
Browse files Browse the repository at this point in the history
docker: fix running on older dockers
  • Loading branch information
mikix authored Sep 6, 2024
2 parents 94bdf30 + 8392ab2 commit d7abeb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ services:

# This service is shared by all other services - be careful when adding to it.
common-base:
# Set an arbitrary base image, because older versions of Docker (24.x at least; 27.x is fixed)
# require an image on all services. But every subclass of common-base here redefines
# the image property. At some point (when platforms have newer Dockers) we can drop this.
image: alpine:latest
environment:
# These are commonly-supported networking environment variables.
# Yes, the lowercase forms are intentional.
Expand Down

0 comments on commit d7abeb3

Please sign in to comment.