Updated Docker (markdown)

Karmaa
2025-03-06 19:54:50 -06:00
parent 874bff6051
commit 2c202c3721

@@ -1,7 +1,4 @@
> [!WARNING]
> Currently only a ```linux/amd64``` tag is present. This will be updated soon.
# Docker Command Line
Docker Command Line
```sh
docker run -d \
-p 8080:8080 \
@@ -21,6 +18,7 @@ services:
- "8080:8080" # Port for nginx web-app (frontend)
# - "8081:8081" # Port for SSH WebSocket, does not need to be open (backend)
```
to start the container, run
```sh
docker-compose up -d
```