mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
Add debug flag to Wings command in Docker configuration
This commit is contained in:
parent
b397a85336
commit
617e3a0e45
2 changed files with 2 additions and 2 deletions
|
|
@ -148,7 +148,7 @@
|
|||
"8080:8080/tcp"
|
||||
"2022:2022/tcp"
|
||||
];
|
||||
cmd = ["wings" "--ignore-certificate-errors"];
|
||||
cmd = ["wings" "--ignore-certificate-errors" "--debug"];
|
||||
log-driver = "journald";
|
||||
extraOptions = [
|
||||
"--network-alias=wings"
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ services:
|
|||
- "8080:8080"
|
||||
- "2022:2022"
|
||||
stdin_open: true
|
||||
command: ["wings", "--ignore-certificate-errors"]
|
||||
command: ["wings", "--ignore-certificate-errors", "--debug"]
|
||||
tty: true
|
||||
environment:
|
||||
TZ: Europe/Copenhagen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue