Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Setup: startup the thing once

  •  
Code Block
#NOTE: doesnt matter the .env
NEW$ cd /opt/myaegee
NEW$ make start
NEW$ docker rm $(docker stop $(docker ps -aq))

...