Skip to content

Commit 693bf1d

Browse files
update port again
1 parent a2c47be commit 693bf1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/group_vars/alpha-consul.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ container_run_opts: >
2121
-p {{ ansible_default_ipv4.address }}:8302:8302
2222
-p {{ ansible_default_ipv4.address }}:8302:8302/udp
2323
-p {{ ansible_default_ipv4.address }}:8400:8400
24-
-p {{ ansible_default_ipv4.address }}:8500:{{ consul_api_port }}
24+
-p {{ ansible_default_ipv4.address }}:{{ consul_api_port }}:8500
2525
--restart=always
2626
2727
container_run_args: >

0 commit comments

Comments
 (0)