Set tty for OneDev container in docker compose

This commit is contained in:
Robin Shen 2023-05-02 18:38:54 +08:00
parent c057925daa
commit 0fb391bba8

View File

@ -15,7 +15,8 @@ services:
hibernate_dialect: io.onedev.server.persistence.PostgreSQLDialect
hibernate_connection_driver_class: org.postgresql.Driver
hibernate_connection_url: jdbc:postgresql://postgres:5432/onedev
hibernate_connection_username: postgres
hibernate_connection_username: postgres
tty: true
depends_on:
- "postgres"