Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)WH
Posts
9
Comments
223
Joined
2 yr. ago

  • To add to this, are you running docker-compose up with a -d flag?

    When I got into Dockers, I got confused when the docker command would not complete (i.e. get back to bash shell after completing the command). In docker, you need to specify the "-d" flag to run it in background (i.e. separate daemon)

    One more point, when @CumBroth@discuss.tchncs.de says

    You'd need to change that to 3000:3000.

    It should be

     
        
        ports:
          - "3000:3000"
    
      
  • Please feel free to ignore my comment, if it's too basic.

    What is socketfile?

    I have been using ssh for a couple of years, this is the first time I am hearing about socket file. Also, why is it's deletion at the end of session relevant?

    Thanks in advance.