Skip to content

Commit 85e60ca

Browse files
authored
Merge pull request #1 from LibreCodeCoop/vitormattos-patch-1
Vitormattos patch 1
2 parents 337905b + b000d7c commit 85e60ca

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
TZ=America/Sao_Paulo

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ services:
2323
- ./volumes/html:/usr/share/nginx/html
2424
networks:
2525
- reverse-proxy
26+
environment:
27+
- TZ
2628

2729
nginx-letsencrypt:
2830
container_name: nginx-letsencrypt
@@ -37,3 +39,4 @@ services:
3739
- ./volumes/html:/usr/share/nginx/html
3840
environment:
3941
- NGINX_PROXY_CONTAINER=nginx-proxy
42+
- TZ
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
client_max_body_size 0;
1+
client_max_body_size 16G;
22

0 commit comments

Comments
 (0)