Workaround for old onlyoffice image.

This commit is contained in:
yohan 2024-06-18 23:39:23 +02:00
parent 470f0189d8
commit e8ab7253d1

View File

@ -10,11 +10,14 @@
- "/mnt/volumes/onlyoffice_data/data"
- "/mnt/volumes/onlyoffice_log/data"
- name: Create coturn container
- name: Create onlyoffice container
containers.podman.podman_container:
name: onlyoffice-document-server
image: "docker.io/onlyoffice/documentserver:5.4.2.46"
state: present
# Workaround to be removed with newer images
cap_add:
- audit_write
expose:
- '80'
- '443'