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

@ -16,6 +16,7 @@ services:
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"