Skip to content

Commit da86a45

Browse files
authored
fix: cdnsd port must be string (#70)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 6eee22a commit da86a45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: blinklabs
22
name: cardano
3-
version: 0.1.5
3+
version: 0.1.6
44
readme: README.md
55
authors:
66
- Aurora Gaffney <[email protected]>

roles/cdnsd/tasks/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
image: '{{ cdnsd_docker_image }}'
1212
restart_policy: unless-stopped
1313
env:
14-
DNS_LISTEN_PORT: '{{ cdnsd_container_port }}'
14+
DNS_LISTEN_PORT: '{{ cdnsd_container_port | string }}'
1515
STATE_DIR: '{{ cdnsd_db_container_dir }}'
1616
INDEXER_SCRIPT_ADDRESS: '{{ cdnsd_indexer_script_address }}'
1717
INDEXER_INTERCEPT_SLOT: '{{ cdnsd_indexer_intercept_slot | string }}'

0 commit comments

Comments
 (0)