소스 검색

connect to traefik network by default

pull/3677/head
Alexis Yushin 1 년 전
부모
커밋
fc9dac763d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/custom/matrix-fluffygate/defaults/main.yml

+ 1
- 1
roles/custom/matrix-fluffygate/defaults/main.yml 파일 보기

@@ -62,7 +62,7 @@ matrix_fluffygate_docker_image_registry_prefix: "{{ matrix_container_global_regi
matrix_fluffygate_docker_image_force_pull: "{{ matrix_fluffygate_docker_image.endswith(':latest') }}"

# The base container network. It will be auto-created by this role if it doesn't exist already.
matrix_fluffygate_container_network: "{{ matrix_fluffygate_identifier }}"
matrix_fluffygate_container_network: "{{ traefik_container_network }}"

# A list of additional container networks that the container would be connected to.
# The role does not create these networks, so make sure they already exist.


불러오는 중...
취소
저장