Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
davepoon committed Aug 4, 2024
2 parents 561db36 + abb3e12 commit 8c10c7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
database:
image: postgis/postgis:13-master
# Required when running on platform other than amd64, like Apple M1/M2:
platform: linux/amd64
# platform: linux/amd64
volumes:
- ./data/database:/var/lib/postgresql/data
environment:
Expand All @@ -22,6 +22,7 @@ services:
- ./database:/directus/database
- ./uploads:/directus/uploads
- ./extensions:/directus/extensions
- ./templates:/directus/templates
depends_on:
- cache
- database
Expand Down

0 comments on commit 8c10c7f

Please sign in to comment.