Skip to content

Commit

Permalink
fix: cdnsd port must be string
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 committed Mar 14, 2024
1 parent 6eee22a commit 74adb71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: blinklabs
name: cardano
version: 0.1.5
version: 0.1.6
readme: README.md
authors:
- Aurora Gaffney <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion roles/cdnsd/tasks/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
image: '{{ cdnsd_docker_image }}'
restart_policy: unless-stopped
env:
DNS_LISTEN_PORT: '{{ cdnsd_container_port }}'
DNS_LISTEN_PORT: '{{ cdnsd_container_port | string }}'
STATE_DIR: '{{ cdnsd_db_container_dir }}'
INDEXER_SCRIPT_ADDRESS: '{{ cdnsd_indexer_script_address }}'
INDEXER_INTERCEPT_SLOT: '{{ cdnsd_indexer_intercept_slot | string }}'
Expand Down

0 comments on commit 74adb71

Please sign in to comment.