tofu-

Members
  • Posts

    1
  • Joined

  • Last visited

tofu-'s Achievements

Noob

Noob (1/14)

0

Reputation

  1. Sorry, but I'm a bit confused how to get my docker-compose dockers to be listed under this manager. I'm glad it made installing docker-compose easy, but now how do i get my dockers in there after "creating a stack?" I followed a tutorial to install this docker: cd /mnt/user/appdata/ git clone -b release https://github.com/TheSpaghettiDetective/obico-server.git cd obico-server && docker-compose up -d Everything works fine, but I'd like to get that docker stack viewable under the docker-compose manager so I can use the up/down/pull buttons. Can someone kindly point me in the right direction where to read up more on this? Thanks!