diff --git a/old_port_main.py b/old_port_main.py index db3b461e..49c95adf 100644 --- a/old_port_main.py +++ b/old_port_main.py @@ -11,9 +11,27 @@ def read_root(): font-family: Arial; font-size: 11pt; } + pre { + display: inline; + background: #aaa; + padding: 2px; + border: 1px solid #777; + border-radius: 3px; + } + @media (prefers-color-scheme: dark) { + body { + background-color: rgb(32, 33, 36); + color: #eee; + } + pre { + background: #444; + } + }
./serverinstead of
docker-compose up &. To stop, please use
./server stop. This will help the project better manage the startup process in the future.
The previously used port (8000) is often used by other servers, which results in port conflicts. So the project's port number has been changed, while the project is still young. Otherwise port-conflicts with 8000 will be a common source of new-user issues in the future.
Sorry about this, and apologies for the inconvenience :)