Merge pull request #41 from zkokk/docker-swarm

Compose.yaml
This commit is contained in:
zkokk 2024-06-30 17:50:13 +03:00 committed by GitHub
commit 54b217440a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ version: '3.8'
services: services:
app: app:
image: e1018mc/limechain:latest image: e1018mc/limechain:go-ethereum-app
platform: linux/x86_64 platform: linux/x86_64
ports: ports:
- "8545:8545" - "8545:8545"