Untitled
unknown
plain_text
3 years ago
358 B
30
Indexable
version: "3.6" services: organizr: container_name: organizr hostname: organizr image: organizr/organizr:latest restart: unless-stopped ports: - 80:80 volumes: - <path to data>:/config environment: - PUID=<uid> - PGID=<gid> - TZ=<timezone>
Editor is loading...