Run Mealie - Recipe Tracker and Meal Planner - in Docker

preview_player
Показать описание
#Mealie #Docker #MeanPlanner

--------------------------------------------------------------------
What is Mealie?
--------------------------------------------------------------------
 
--------------------------------------------------------------------
Installing Docker
--------------------------------------------------------------------
   01. Log into the Linux based device
   02. Run the following commands in the terminal
         # install prerequisites
         sudo apt install apt-transport-https ca-certificates curl software-properties-common gnupg-agent -y
         # add docker gpg key
         # add docker software repository
         # install docker
         # enable and start docker service
         sudo systemctl enable docker && sudo systemctl start docker
         # add the current user to the docker group
         sudo usermod -aG docker $USER
         # reauthenticate for the new group membership to take effect
         su - $USER
 
--------------------------------------------------------------------
Running Mealie
--------------------------------------------------------------------
   01. Continue following commands in a terminal window
         # create working directories
         mkdir ~/docker/mealie -p
         # set owner of docker directory
         sudo chown "$USER":"$USER" ~/docker -R
         # run mealie container
         docker run -d --name=mealie -v ~/docker/mealie:/app/data/ -p 9925:80 --restart=unless-stopped hkotel/mealie
   04. Click the admin username in the left navigation menu
   05. Update the Username, Full Name and Email as needed ≫ Click Update
   06. Click the Change Password button
   07. Enter the Current Password (MyPassword), enter and confirm a new password ≫ Click Change Password
   08. Log out and log back in using the updated username and password
   09. Welcome to Mealie
 
 

### Connect with me and others ###
Рекомендации по теме