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 d99f1ab commit 7a608a4Copy full SHA for 7a608a4
templates/compose.yaml.j2
@@ -591,7 +591,7 @@ services:
591
{{ container_s(name='srv6-ctrl', image='louisroyer/dev-nextmn-srv6-ctrl', restart='always') }}
592
environment:
593
DEBUG: "true"
594
- N6: "{{ ipv4('srv6-ctrl', 'control') }}"
+ N4: "{{ ipv4('srv6-ctrl', 'control') }}"
595
HTTP_ADDRESS: "{{ ipv6('srv6-ctrl', 'control') }}"
596
HTTP_PORT: "8080"
597
networks:
0 commit comments