portainer_templates/Template/Stack/organizr.yml

16 lines
299 B
YAML
Raw Normal View History

2021-02-26 16:47:24 +01:00
---
2021-02-26 17:02:47 +01:00
version: "2.1"
2021-02-26 16:47:24 +01:00
services:
organizr:
container_name: organizr
environment:
- "PUID=${PUID}"
- "PGID=${PGID}"
- "TZ=${TZ}"
2021-02-26 17:02:47 +01:00
image: organizr/organizr
2021-02-26 16:47:24 +01:00
ports:
- "${OGANIZRPORT}:80"
restart: unless-stopped
volumes:
- "${APPDATA}/organizr:/config"