Grocy
8328Web-based self-hosted groceries & household management solution for your home.
#inventory #Live Demo
2025-02-13
2025-03-05
Getting Started
- Create a folder and move to the folder
mkdir grocy && cd grocy - Create a
docker-compose.ymlfile 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: - Run the following command to start the container:
docker compose up -d - Open the browser and go to http://localhost:9283 to access the Grocy.
Username: admin Password: admin