Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change server name ? #96

Closed
EVOTk opened this issue Sep 7, 2020 · 2 comments
Closed

Change server name ? #96

EVOTk opened this issue Sep 7, 2020 · 2 comments

Comments

@EVOTk
Copy link

EVOTk commented Sep 7, 2020

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

@project-bot project-bot bot added this to To do in Issue & PR Tracker Sep 7, 2020
@github-actions
Copy link

github-actions bot commented Sep 7, 2020

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

@EVOTk
Copy link
Author

EVOTk commented Sep 7, 2020

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

@EVOTk EVOTk closed this as completed Sep 7, 2020
Issue & PR Tracker automation moved this from To do to Done Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant