Skip to content

Commit

Permalink
fix: Force django CPU Arch to x86
Browse files Browse the repository at this point in the history
  • Loading branch information
crankynetman committed Oct 9, 2024
1 parent 64d22d7 commit c181d7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compose.override.local.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
version: '3.4'
version: "3.4"

volumes:
local_postgres_data: {}
local_postgres_data_backups: {}

services:
django:
platform: linux/amd64
build:
dockerfile: ./compose/local/django/Dockerfile
image: scram_local_django
Expand Down

0 comments on commit c181d7b

Please sign in to comment.