Commit a86ab02
authored
[docker] Ensure logs from the entrypoint are in /var/log (#133)
This is useful because it ensures that all of the logs related to
LNT are accessible in the same volume, on /var/log/lnt. This is not
necessary when running the Docker containers locally, however it's
really helpful when running the containers on an EC2 instance where
we only have SSH access. Accessing the Docker logs is more difficult
in these circumstances.1 parent 62c6bfe commit a86ab02
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
0 commit comments