Restart container always

This commit is contained in:
Lukáš Kucharczyk 2021-05-06 09:31:19 +02:00
parent 75f6dfc467
commit 1715296119
No known key found for this signature in database
GPG Key ID: 65524498C0196B64
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@
- "{{ data_folder }}/oauth2-proxy/oauth2-proxy.cfg:/etc/oauth2-proxy.cfg"
ports:
- "4180:4180"
state: started
restart: yes
- name: copy oauth2-proxy nginx config
template:
src: oauth2-proxy.conf.j2