Grocy logo

Grocy

Web-based self-hosted groceries & household management solution for your home.

#inventory #Live Demo

Getting Started

  1. Create a folder and move to the folder
    mkdir grocy && cd grocy
    
  2. Create a docker-compose.yml file and add the following content:
    services:
      grocy:
        image: lscr.io/linuxserver/grocy:latest
        container_name: grocy
        environment:
          - TZ=Asia/Seoul
        volumes:
          - grocy_config:/config
        ports:
          - 9283:80
        restart: unless-stopped
    volumes:
      grocy_config:
    
  3. Run the following command to start the container:
    docker compose up -d
    
  4. Open the browser and go to http://localhost:9283 to access the Grocy.
    Username: admin
    Password: admin