Skip to content

Commit 9d8ba36

Browse files
authored
chore: update docker compose environment variable syntax (#1719)
1 parent 6e0b1de commit 9d8ba36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
hostname: trin
66
image: portalnetwork/trin:latest
77
environment:
8-
- RUST_LOG: info
8+
- RUST_LOG=info
99
command: "--web3-transport http --web3-http-address http://0.0.0.0:8545/"
1010
network_mode: "host"
1111
volumes:

0 commit comments

Comments
 (0)