steve icon indicating copy to clipboard operation
steve copied to clipboard

Setup/update Docker

Open MysticJay opened this issue 3 years ago • 0 comments

Hi, I started with SteVe 3.4.5 using the Docker-setup. docker-compose is creating a "weird" naming (default based on the foldes name) and now that I want to update to 3.4.8 this makes no sense any more...

The TGZ was extracted to a folder named steve-steve-3.4.5 The Docker-APP created is named steve-steve-345 with two containers

  • steve-steve-345_app_1
  • steve-steve-345_db_1 Everything running fine.

But IMHO the Readme is missing mv steve-steve-3.4.5 steve to rename the folder and create The APP "steve" with containers "steve_app_1" and "steve_db_1" Update: a .env file with COMPOSE_PROJECT_NAME=steve or similar solution would also solve this.

Now I am stuck with the Update to 3.4.8. should I rather follow my own thoughts and rename the extracted TGZ to steve, then export and import the DB to the new APP "steve" OR overwite all files in steve-steve-3.4.5 before running compose again OR am I totally off the track? (then please give me some advise)

BTW: is there any Forum/Community/Chat/Telegram-Group)?

Thanks M.

MysticJay avatar Jan 15 '22 20:01 MysticJay