[DOCKER SYNOLOGY] Can't boot from docker

Hello everyone,

I have a synology NAS and I want to install Nextcloud docker.
After downloading and start docker image, I have this error below :

AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using X.X.X.X. Set the 'ServerName' directive globally to suppress this message

After few research, I’ve found this :

echo "ServerName  localhost" >> /etc/apache2/apache2.conf
service apache2 restart

Unfortunately, It’s don’t works, I’ve another error (see below)
Then :

echo "ServerName localhost" >>  /etc/apache2/conf-available/servername.conf
sudo a2enconf servername.conf

service apache2 restart

NB: I execute “echo” commande line because “Vim” or “nano” don’t work as well

Despite what I have found, as soon as I restard apache2 service, docker stop and then it’s impossible to boot again

AH00170 : SIGWINCH, shutting down gracefully

I don’t and DNS because I want to test “Nextcloud” even if it’s locally.
I’ve only the DNS name offer by synology like “mynas.synology.me”

Do you have a solution for me ? :slight_smile:

PS : I use the last nextcloud appliance.

Thank for you help.

Mathieu

crossposting from here…

am gonna close the other one in favor for this.