container: Allow custom ip addresses for more than one network
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
- "TCP:{{ socat_target_container }}:{{ socat_target_http_port }}"
|
||||
container_user: nobody
|
||||
container_networks:
|
||||
- "{{ socat_service_name }}-socat"
|
||||
container_ip: "{{ socat_container_ip }}"
|
||||
- name: "{{ socat_service_name }}-socat"
|
||||
ip: "{{ socat_container_ip }}"
|
||||
container_requires:
|
||||
- "{{ socat_service_name }}-socat.socket"
|
||||
- "{{ socat_target_container }}.service"
|
||||
|
||||
Reference in New Issue
Block a user