fix: Platform arch for postgres
This commit is contained in:
parent
148d1fb841
commit
bcfb27ea4d
@ -35,9 +35,6 @@ services:
|
||||
|
||||
postgres:
|
||||
image: postgis/postgis:17-3.5
|
||||
# postgis/postgis has no native arm64 build; run under emulation on Apple
|
||||
# Silicon. Drop this line on amd64 hosts.
|
||||
platform: linux/amd64
|
||||
environment:
|
||||
POSTGRES_USER: gis
|
||||
POSTGRES_PASSWORD: gis
|
||||
|
||||
Loading…
Reference in New Issue
Block a user