Skip to content

Is there a way to replace Host name? #111

Answered by edersong
edersong asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you for the feedback.
Found a way to set it using the hostname option on docker. It's like the example below:

version: "3.2"
services:
  backrest:
    image: garethgeorge/backrest
    container_name: backrest 
    hostname: serverxyz
    volumes:
...

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@edersong
Comment options

Answer selected by edersong
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants