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
|
|
@ -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