mirror of
https://github.com/theonedev/onedev.git
synced 2025-12-08 18:26:30 +00:00
Set tty for OneDev container in docker compose
This commit is contained in:
parent
c057925daa
commit
0fb391bba8
@ -15,7 +15,8 @@ services:
|
|||||||
hibernate_dialect: io.onedev.server.persistence.PostgreSQLDialect
|
hibernate_dialect: io.onedev.server.persistence.PostgreSQLDialect
|
||||||
hibernate_connection_driver_class: org.postgresql.Driver
|
hibernate_connection_driver_class: org.postgresql.Driver
|
||||||
hibernate_connection_url: jdbc:postgresql://postgres:5432/onedev
|
hibernate_connection_url: jdbc:postgresql://postgres:5432/onedev
|
||||||
hibernate_connection_username: postgres
|
hibernate_connection_username: postgres
|
||||||
|
tty: true
|
||||||
depends_on:
|
depends_on:
|
||||||
- "postgres"
|
- "postgres"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user