Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Add quotation marks to logging options(fix #16)
Browse files Browse the repository at this point in the history
  • Loading branch information
islishude committed Mar 8, 2024
1 parent 6a32d37 commit 30807df
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions docker-compose/goerli/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ services:
logging:
driver: json-file
options:
max-size: 2m
max-file: 10
max-size: "50m"
max-file: "10"
genesis:
image: alpine:latest
restart: on-failure
Expand Down Expand Up @@ -69,5 +69,5 @@ services:
logging:
driver: json-file
options:
max-size: 2m
max-file: 10
max-size: "50m"
max-file: "10"
8 changes: 4 additions & 4 deletions docker-compose/holesky/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ services:
logging:
driver: json-file
options:
max-size: 2m
max-file: 10
max-size: "50m"
max-file: "10"
genesis:
image: alpine:latest
restart: on-failure
Expand Down Expand Up @@ -69,5 +69,5 @@ services:
logging:
driver: json-file
options:
max-size: 2m
max-file: 10
max-size: "50m"
max-file: "10"
8 changes: 4 additions & 4 deletions docker-compose/mainnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ services:
logging:
driver: json-file
options:
max-size: 2m
max-file: 10
max-size: "50m"
max-file: "10"
prysm:
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v5.0.0
restart: unless-stopped
Expand All @@ -61,5 +61,5 @@ services:
logging:
driver: json-file
options:
max-size: 2m
max-file: 10
max-size: "50m"
max-file: "10"
8 changes: 4 additions & 4 deletions docker-compose/sepolia/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ services:
logging:
driver: json-file
options:
max-size: 2m
max-file: 10
max-size: "50m"
max-file: "10"
genesis:
image: alpine:latest
restart: on-failure
Expand Down Expand Up @@ -69,5 +69,5 @@ services:
logging:
driver: json-file
options:
max-size: 2m
max-file: 10
max-size: "50m"
max-file: "10"

0 comments on commit 30807df

Please sign in to comment.