mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 12:41:05 +01:00
Highered docker timeout time
This commit is contained in:
parent
9b7b149f77
commit
ea88aa0309
@ -16,6 +16,8 @@
|
|||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:{{http_port}}:80"
|
- "127.0.0.1:{{http_port}}:80"
|
||||||
environment:
|
environment:
|
||||||
|
DOCKER_CLIENT_TIMEOUT: 120
|
||||||
|
COMPOSE_HTTP_TIMEOUT: 120
|
||||||
YOURLS_DB_HOST: "database:3306"
|
YOURLS_DB_HOST: "database:3306"
|
||||||
YOURLS_DB_USER: "yourls"
|
YOURLS_DB_USER: "yourls"
|
||||||
YOURLS_DB_PASS: "{{yourls_database_password}}"
|
YOURLS_DB_PASS: "{{yourls_database_password}}"
|
||||||
|
Loading…
Reference in New Issue
Block a user