1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

Makes background dark

This commit is contained in:
Amir Raminfar
2018-11-14 07:40:24 -08:00
parent 7f74a0f551
commit 032ebfd307
2 changed files with 14 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ func logs(w http.ResponseWriter, r *http.Request) {
}
defer c.Close()
options := types.ContainerLogsOptions{ShowStdout: true, ShowStderr: true, Follow: true, Tail: "500", Timestamps: true}
options := types.ContainerLogsOptions{ShowStdout: true, ShowStderr: true, Follow: true, Tail: "300", Timestamps: true}
reader, err := cli.ContainerLogs(context.Background(), id, options)
defer reader.Close()
if err != nil {