Update docker-compose.yml
Fixed ERROR: An HTTP request took too long to complete.
This commit is contained in:
parent
e7b7e7dd1a
commit
05c96650fd
@ -15,7 +15,6 @@ services:
|
|||||||
- REDIS_SERVER_HOST=onlyoffice-redis
|
- REDIS_SERVER_HOST=onlyoffice-redis
|
||||||
- REDIS_SERVER_PORT=6379
|
- REDIS_SERVER_PORT=6379
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- onlyoffice
|
- onlyoffice
|
||||||
@ -41,7 +40,6 @@ services:
|
|||||||
# Uncomment the string below to redirect HTTP request to HTTPS request.
|
# Uncomment the string below to redirect HTTP request to HTTPS request.
|
||||||
#- FORCE_SSL=true
|
#- FORCE_SSL=true
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- onlyoffice
|
- onlyoffice
|
||||||
@ -60,7 +58,6 @@ services:
|
|||||||
# Uncomment the string below to specify the path of ssl certificates
|
# Uncomment the string below to specify the path of ssl certificates
|
||||||
#- CERT_FOLDER=/certs/
|
#- CERT_FOLDER=/certs/
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
|
||||||
links:
|
links:
|
||||||
- onlyoffice-documentserver
|
- onlyoffice-documentserver
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user