mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Add timezone to proxy
This commit is contained in:
parent
20c586c039
commit
0b0871400a
2 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ FROM nextcloud:fpm
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
supervisor \
|
supervisor \
|
||||||
cron \
|
cron \
|
||||||
|
vim \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN mkdir /var/log/supervisord /var/run/supervisord && \
|
RUN mkdir /var/log/supervisord /var/run/supervisord && \
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@ services:
|
||||||
- ./nginx/html:/usr/share/nginx/html
|
- ./nginx/html:/usr/share/nginx/html
|
||||||
- ./nginx/certs:/etc/nginx/certs:ro
|
- ./nginx/certs:/etc/nginx/certs:ro
|
||||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
letsencrypt-companion:
|
letsencrypt-companion:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue