Skip to content

Commit

Permalink
fix docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
ciripel committed Jun 17, 2024
1 parent 400294e commit 9bec50d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions containers/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ services:
logging:
driver: json-file
options:
max-size: "200k" # Maximum file size
max-file: "10" # Maximum number of files
max-size: '200k' # Maximum file size
max-file: '10' # Maximum number of files

node:
image: ghcr.io/alis-is/xtz.node:latest
image: ghcr.io/tez-capital/xtz.node:latest
container_name: node
volumes:
- ./node:/ascend/apps/node/data/.tezos-node:rw
Expand All @@ -42,9 +42,9 @@ services:
logging:
driver: json-file
options:
max-size: "200k" # Maximum file size
max-file: "10" # Maximum number of files
max-size: '200k' # Maximum file size
max-file: '10' # Maximum number of files

networks:
delegation-rewards-network:
driver: bridge
driver: bridge

0 comments on commit 9bec50d

Please sign in to comment.