Skip to content

Commit

Permalink
fix(docker/dev-full): force linux/amd64 for server container (#1818)
Browse files Browse the repository at this point in the history
<!-- Please make sure there is an issue that this PR is correlated to. -->

## Changes

<!-- If there are frontend changes, please include screenshots. -->
  • Loading branch information
NathanFlurry committed Jan 13, 2025
1 parent c95e36b commit 948a1c0
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 948a1c0

Please sign in to comment.