mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
15 lines
280 B
YAML
15 lines
280 B
YAML
|
version: "3"
|
||
|
|
||
|
services:
|
||
|
organizr:
|
||
|
container_name: organizr
|
||
|
image: organizrtools/organizr-v2
|
||
|
environment:
|
||
|
- TZ=Europe/Helsinki
|
||
|
restart: always
|
||
|
ports:
|
||
|
- "3123:80"
|
||
|
volumes:
|
||
|
- /docker/organizr:/data
|
||
|
- /etc/localtime:/etc/localtime:ro
|