Restart container always
This commit is contained in:
parent
75f6dfc467
commit
1715296119
|
@ -23,6 +23,8 @@
|
||||||
- "{{ data_folder }}/oauth2-proxy/oauth2-proxy.cfg:/etc/oauth2-proxy.cfg"
|
- "{{ data_folder }}/oauth2-proxy/oauth2-proxy.cfg:/etc/oauth2-proxy.cfg"
|
||||||
ports:
|
ports:
|
||||||
- "4180:4180"
|
- "4180:4180"
|
||||||
|
state: started
|
||||||
|
restart: yes
|
||||||
- name: copy oauth2-proxy nginx config
|
- name: copy oauth2-proxy nginx config
|
||||||
template:
|
template:
|
||||||
src: oauth2-proxy.conf.j2
|
src: oauth2-proxy.conf.j2
|
||||||
|
|
Loading…
Reference in New Issue