Workaround for old onlyoffice image.
This commit is contained in:
parent
470f0189d8
commit
e8ab7253d1
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user