1
0

Wakapi: upgrade to 2.16.1

This commit is contained in:
2025-11-04 14:15:44 +03:00
parent 90abc6c833
commit c6cc7d4c6c

View File

@@ -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