Skip to content

Commit

Permalink
fix(docker/dev-full): force linux/amd64 for server container
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Jan 11, 2025
1 parent c95e36b commit b524486
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/dev-full/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
context: ../..
dockerfile: docker/universal/Dockerfile
target: server-full
platform: linux/amd64
restart: unless-stopped
command: /usr/bin/rivet-server start
environment:
Expand Down

0 comments on commit b524486

Please sign in to comment.