Skip to content

Commit

Permalink
Fix arg in docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
exitfound committed Nov 15, 2024
1 parent 9c746c5 commit 2ea05a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
# context: .
# dockerfile: Dockerfile
restart: on-failure
command: [ "-f", "logfmt", "-l", "console", "-s", "stdout", "-t", "console", "-T", "2", "-c", "always"]
command: [ "-f", "logfmt", "-l", "info", "-s", "stdout", "-t", "console", "-T", "2", "-c", "always"]

# Driver variant
logging:
Expand Down

0 comments on commit 2ea05a2

Please sign in to comment.