Skip to content

Commit

Permalink
feat: use multi-arch faucet docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Oct 31, 2024
1 parent 13be98b commit 2170d27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ version: '3'

services:
fuel-core:
platform: linux/amd64
container_name: '${PROJECT:-fuel-node}_fuel-core'
platform: linux/arm64/v8
environment:
FUEL_IP: ${FUEL_IP}
FUEL_CORE_PORT: ${FUEL_CORE_PORT}
Expand All @@ -24,7 +24,6 @@ services:
retries: 20

faucet:
platform: linux/amd64
container_name: '${PROJECT:-fuel-node}_faucet'
environment:
# Other configurations can be found at;
Expand Down

0 comments on commit 2170d27

Please sign in to comment.