Announcement

Collapse
No announcement yet.

HS3 docker-compose user

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    HS3 docker-compose user

    Hi, I'm trying to install hs3 in docker but the folder is created as root and with winscp it's not possible to edit or copy files.
    I have tried to add user: $UID:$GID and activate the compose under that specific user but stil root.
    Any idea how to solve?
    Code:
      homeseer:
       container_name: homeseer
       user: $UID:$GID
       volumes:
         - '/home/myuser/homeseer:/HomeSeer'
         - '/etc/localtime:/etc/localtime:ro'
       ports:
         - '81:80'
         - '10200:10200'
         - '10300:10300'
         - '10401:10401'
         - '11000:11000'
       devices:
         - /dev/ttyUSB0
         - /dev/ttyUSB1
       image: 'marthoc/homeseer:latest'
       restart: always
    Please excuse any spelling and grammatical errors I may make.
    --
    Tasker Plugin / Speech Droid
    Tonlof | Sweden

    #2
    Originally posted by tonlof View Post
    Hi, I'm trying to install hs3 in docker but the folder is created as root and with winscp it's not possible to edit or copy files.
    I have tried to add user: $UID:$GID and activate the compose under that specific user but stil root.
    Any idea how to solve?
    Code:
     homeseer:
    container_name: homeseer
    user: $UID:$GID
    volumes:
    - '/home/myuser/homeseer:/HomeSeer'
    - '/etc/localtime:/etc/localtime:ro'
    ports:
    - '81:80'
    - '10200:10200'
    - '10300:10300'
    - '10401:10401'
    - '11000:11000'
    devices:
    - /dev/ttyUSB0
    - /dev/ttyUSB1
    image: 'marthoc/homeseer:latest'
    restart: always
    Hi tonlof

    You will find best help from here : https://hub.docker.com/r/marthoc/homeseer/

    That's a Docker Pull!

    Eman.


    TinkerLand : Life's Choices,"No One Size Fits All"

    Comment


      #3
      Thank you Eman, did not find any forum on that page to ask. I just want to know how to copy files to homeseer folder in linux from a Windows machine with samba /winscp etc.
      Hopefuly someone here are running hs3 under Linux and may have some idea about how to transfer files when homeseer is installed at root user.
      Please excuse any spelling and grammatical errors I may make.
      --
      Tasker Plugin / Speech Droid
      Tonlof | Sweden

      Comment


        #4
        Originally posted by tonlof View Post
        Thank you Eman, did not find any forum on that page to ask. I just want to know how to copy files to homeseer folder in linux from a Windows machine with samba /winscp etc.
        Hopefuly someone here are running hs3 under Linux and may have some idea about how to transfer files when homeseer is installed at root user.
        Hi tonlof, can you compare with this one here : https://forums.homeseer.com/forum/ho...ux-new-install . Could be similar.

        Download tool from here :
        https://mobaxterm.mobatek.net/

        Drag and drop folder to your home folder first.



        Eman.
        TinkerLand : Life's Choices,"No One Size Fits All"

        Comment

        Working...
        X