Skip to content

Instantly share code, notes, and snippets.

@bonehead
Created February 9, 2021 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bonehead/b5f78c8034ff8ae9088684c28c02ecbb to your computer and use it in GitHub Desktop.
Save bonehead/b5f78c8034ff8ae9088684c28c02ecbb to your computer and use it in GitHub Desktop.
version: "3.1"
services:
mealie:
container_name: mealie
image: hkotel/mealie:latest
restart: always
ports:
- 9000:80
environment:
db_type: sqlite
TZ: America/Anchorage
volumes:
- ./mealie/data/:/app/data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment