mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix(nginx): enable gzip and show error logs (#2504)
This commit is contained in:
parent
a7b9adc692
commit
96fb68135e
3 changed files with 1 additions and 5 deletions
|
|
@ -135,8 +135,6 @@ services:
|
|||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- 2283:8080
|
||||
logging:
|
||||
driver: none
|
||||
depends_on:
|
||||
- immich-server
|
||||
restart: always
|
||||
|
|
|
|||
|
|
@ -87,8 +87,6 @@ services:
|
|||
- IMMICH_WEB_URL
|
||||
ports:
|
||||
- 2283:8080
|
||||
logging:
|
||||
driver: none
|
||||
depends_on:
|
||||
- immich-server
|
||||
restart: always
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue