This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-db.git
The following commit(s) were added to refs/heads/main by this push:
new 01b613a Add 'platform: linux/amd64' to compose.yml for machines that
don't default to it (#5)
01b613a is described below
commit 01b613a94b027094c75ca194dcc33c5bd9fcd771
Author: Peter Nguyen <[email protected]>
AuthorDate: Fri Aug 29 12:28:42 2025 -0700
Add 'platform: linux/amd64' to compose.yml for machines that don't default
to it (#5)
---
compose.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/compose.yml b/compose.yml
index 6fa1777..9039419 100644
--- a/compose.yml
+++ b/compose.yml
@@ -16,6 +16,7 @@
# under the License.
services:
postgis:
+ platform: linux/amd64
image: postgis/postgis:latest
ports:
- "5432:5432"