We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eee22a commit da86a45Copy full SHA for da86a45
galaxy.yml
@@ -1,6 +1,6 @@
1
namespace: blinklabs
2
name: cardano
3
-version: 0.1.5
+version: 0.1.6
4
readme: README.md
5
authors:
6
- Aurora Gaffney <[email protected]>
roles/cdnsd/tasks/docker.yml
@@ -11,7 +11,7 @@
11
image: '{{ cdnsd_docker_image }}'
12
restart_policy: unless-stopped
13
env:
14
- DNS_LISTEN_PORT: '{{ cdnsd_container_port }}'
+ DNS_LISTEN_PORT: '{{ cdnsd_container_port | string }}'
15
STATE_DIR: '{{ cdnsd_db_container_dir }}'
16
INDEXER_SCRIPT_ADDRESS: '{{ cdnsd_indexer_script_address }}'
17
INDEXER_INTERCEPT_SLOT: '{{ cdnsd_indexer_intercept_slot | string }}'
0 commit comments