Run Mealie - Recipe Tracker and Meal Planner - in Docker @i12bretro
Run Mealie - Recipe Tracker and Meal Planner - in Docker  @i12bretro
Uploaded February 2024 | Updated September 2026, 2 weeks ago
#Mealie #Docker #MeanPlanner

Full steps can be found at i12bretro.github.io/tutorials/0398.html

--------------------------------------------------------------------
What is Mealie?
--------------------------------------------------------------------
Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and mealie will automatically import the relevant data or add a family recipe with the UI editor. - github.com/hay-kot/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
         curl -fsSL download.docker.com/linux/$(awk -F'=' '/^ID=/{ print $NF }' /etc/os-release)/gpg | sudo apt-key add -
         # add docker software repository
         sudo add-apt-repository "deb [arch=$(dpkg --print-architecture)] download.docker.com/linux/$(awk -F'=' '/^ID=/{ print $NF }' /etc/os-release) $(lsb_release -cs) stable"
         # install docker
         sudo apt install docker-ce docker-compose containerd.io -y
         # 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
   02. Open a web browser and navigate to http://DNSorIP:9925
   03. Login with the username changeme@email.com and password MyPassword
   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
 
Documentation:  hay-kot.github.io/mealie/documentation/getting-started/install
 


### Connect with me and others ###
★ Discord: discord.com/invite/EzenvmSHW8
★ Reddit: reddit.com/r/i12bretro
★ Twitter: twitter.com/i12bretro
Run Mealie - Recipe Tracker and Meal Planner - in DockerInstall Organizr - A Homelab Services Organizer/Dashboard - on LinuxInstall Zulip - Self-Hosted Discord Alternative - on Debian/Ubuntu LinuxHost Your Own GitHub Alternative with GiteaInstall Google Play Store on Amazon Fire TabletRun Homarr Application Dashboard on WindowsRunning Organizr - A Homelab Services Organizer/Dashboard - in DockerRun Group-Office Collaboration Suite in DockerControl Local Docker Containers From a Web Browser with Yacht
i12bretro |

Run Mealie - Recipe Tracker and Meal Planner - in Docker

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER