Skip to content

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
amalcaraz committed Jan 29, 2025
1 parent 9ecf2fb commit 333ab45
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deployment/docker-build/dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
dockerfile: ./deployment/docker-build/dev/Dockerfile
context: ../../..
command: --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
entrypoint: [ "bash", "deployment/scripts/run_aleph_ccn_api.sh" ]
entrypoint: ["bash", "deployment/scripts/run_aleph_ccn_api.sh"]
ports:
- "4024:4024/tcp"
volumes:
Expand Down Expand Up @@ -126,7 +126,8 @@ services:
- IPFS_PROFILE=server
networks:
- pyaleph
command: [ "daemon", "--enable-pubsub-experiment", "--migrate" ]
command: ["daemon", "--enable-pubsub-experiment", "--migrate"]


networks:
pyaleph:

0 comments on commit 333ab45

Please sign in to comment.