Use host network for onlyoffice container.

This commit is contained in:
yohan 2024-11-05 23:05:01 +01:00
parent 52ac1b709f
commit 38d0a47189

View File

@ -46,14 +46,11 @@
# Workaround to be removed with newer images
cap_add:
- audit_write
expose:
- '80'
- '443'
volumes:
- /mnt/volumes/onlyoffice_data/data:/var/www/onlyoffice/Data:Z
- /mnt/volumes/onlyoffice_log/data:/var/log/onlyoffice:Z
network:
- reverse-proxy
- host
generate_systemd:
path: /etc/systemd/system
become: true