Wakapi: upgrade to 2.16.1
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
wakapi_app:
|
wakapi_app:
|
||||||
image: ghcr.io/muety/wakapi:2.16.0
|
image: ghcr.io/muety/wakapi:2.16.1
|
||||||
container_name: wakapi_app
|
container_name: wakapi_app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
user: '{{ user_create_result.uid }}:{{ user_create_result.group }}'
|
user: '{{ user_create_result.uid }}:{{ user_create_result.group }}'
|
||||||
@@ -31,7 +31,6 @@ services:
|
|||||||
WAKAPI_MAIL_SMTP_PASS: "{{ postbox_pass }}"
|
WAKAPI_MAIL_SMTP_PASS: "{{ postbox_pass }}"
|
||||||
WAKAPI_MAIL_SMTP_TLS: "false"
|
WAKAPI_MAIL_SMTP_TLS: "false"
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
web_proxy_network:
|
web_proxy_network:
|
||||||
external: true
|
external: true
|
||||||
|
|||||||
Reference in New Issue
Block a user