linuxserver/docker-smokeping

Change server name ?

EVOTk opened this issue · 3 comments

EVOTk commented

linuxserver.io

If you are new to Docker or this application our issue tracker is ONLY used for reporting bugs or requesting features. Please use our discord server for general support.


Environment

OS: Raspbian 64
CPU architecture: arm64

Command used to create docker container (run/create/compose/screenshot)

version: "2.1"
services:
smokeping:
image: linuxserver/smokeping
container_name: smokeping
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Paris
volumes:
- /home/pi/Docker/smokeping/config:/config
- /home/pi/Docker/smokeping/data:/data
ports:
- 8080:80
restart: unless-stopped


Hello,
It's possible change the server name ? thx

2020-09-07 11_48_30-Window

Thanks for opening your first issue here! Be sure to follow the issue template!

EVOTk commented

it's okay,
It is to be specified in the compose!

Exemple :

version: "2"
services:
smokeping:
image: linuxserver/smokeping
container_name: smokeping
hostname: YOURHOSTNAME
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Paris
volumes:
- /home/pi/Docker/smokeping/config:/config
- /home/pi/Docker/smokeping/data:/data
ports:
- 80:80
restart: unless-stopped