mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-14 10:48:56 +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"
|
"8080:8080/tcp"
|
||||||
"2022:2022/tcp"
|
"2022:2022/tcp"
|
||||||
];
|
];
|
||||||
cmd = ["wings" "--ignore-certificate-errors"];
|
cmd = ["wings" "--ignore-certificate-errors" "--debug"];
|
||||||
log-driver = "journald";
|
log-driver = "journald";
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"--network-alias=wings"
|
"--network-alias=wings"
|
||||||
|
|
|
||||||
|
|
@ -118,7 +118,7 @@ services:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
- "2022:2022"
|
- "2022:2022"
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
command: ["wings", "--ignore-certificate-errors"]
|
command: ["wings", "--ignore-certificate-errors", "--debug"]
|
||||||
tty: true
|
tty: true
|
||||||
environment:
|
environment:
|
||||||
TZ: Europe/Copenhagen
|
TZ: Europe/Copenhagen
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue