Hi again,
I did some research - it’s a completely different container, so I need to do something different.
This is the container, which is running now:
d769b1084984 docker.software-univention.de/onlyoffice-ds:5.2.4.94 "/bin/sh -c /app/o..." 2 months ago Up 6 weeks 80/tcp, 0.0.0.0:5443->443/tcp heuristic_lewin
This is the installation command from the OnlyOffice documentation:
docker run -i -t -d -p 80:80 --restart=always \
-v /app/onlyoffice/DocumentServer/logs:/var/log/onlyoffice \
-v /app/onlyoffice/DocumentServer/data:/var/www/onlyoffice/Data \
-v /app/onlyoffice/DocumentServer/lib:/var/lib/onlyoffice \
-v /app/onlyoffice/DocumentServer/db:/var/lib/postgresql onlyoffice/documentserver-ie
So, I guess I need to write the port mapping like that: (?)
docker run -i -t -d -p 80:80,5443:443 --restart=always \
-v ?? : ?? \
...
-v ?? : ?? onlyoffice/documentserver-ie
Which mount points do I need?
If I uninstall the UCS-App I will lose some of the configuration done by Univention, which works now. I don’t want that.
One the other hand, if I just stop the old container and start the new one which the correct mount points, I will get some problems, when the system is being upgraded or even restarted.
Any suggestions?
TIA,
Roland.