Hi I have an issue with Plesk running as container. An Plesk-extension needs the hostname is properly set as FQDN.
Let say I want name it 'server.domain.tld' (on my machine I of course use valid hostname).
I did:
But after every reboot its reset to 'server' so domain is removed:
Why? How can I avoid that? I already changed the hostname of that container on WebGUI but it didn't help even the node is correctly displayed '110 (server.domain.tld)'
Best regards
Floh
Let say I want name it 'server.domain.tld' (on my machine I of course use valid hostname).
I did:
Code:
hostnamectl set-hostname server.domain.tld
root@server:~# hostnamectl status | grep 'Static hostname'
Static hostname: server.domain.tld
But after every reboot its reset to 'server' so domain is removed:
Code:
root@server:~# hostnamectl status | grep 'Static hostname'
Static hostname: server
Why? How can I avoid that? I already changed the hostname of that container on WebGUI but it didn't help even the node is correctly displayed '110 (server.domain.tld)'
Best regards
Floh