docker – Blame information for rev 2
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
2 | office | 1 | version: '3.7' |
2 | |||
3 | services: |
||
4 | gotify: |
||
5 | image: gotify/server |
||
6 | ports: |
||
7 | - "50111:80" |
||
8 | volumes: |
||
9 | - /mnt/docker/data/gotify:/app/data |
||
10 | environment: |
||
11 | - TZ="Etc/UTC" |