Created
February 9, 2021 17:07
-
-
Save bonehead/b5f78c8034ff8ae9088684c28c02ecbb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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