Skip to content

Commit

Permalink
Merge pull request #57 from blinklabs-io/fix/snek-role
Browse files Browse the repository at this point in the history
fix: snek docker cmd
  • Loading branch information
verbotenj authored Jan 9, 2024
2 parents e2b0b94 + 265e874 commit a7c5f5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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.2
version: 0.1.3
readme: README.md
authors:
- Aurora Gaffney <[email protected]>
Expand Down
3 changes: 1 addition & 2 deletions roles/snek/tasks/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
name: '{{ snek_docker_container_name }}'
image: '{{ snek_docker_image }}'
restart_policy: unless-stopped
command:
- "{{ snek_arguments | default([]) }}"
command: "{{ snek_arguments | default([]) }}"
ports:
- '{{ snek_port }}:{{ snek_container_port }}'
env:
Expand Down

0 comments on commit a7c5f5c

Please sign in to comment.