Updated Docker (markdown)

Karmaa
2024-12-08 15:14:55 -06:00
parent 09f31df037
commit 3dcd6d5280

@@ -7,14 +7,14 @@ docker run -d \
-p 8080:8080 \
--name termix-app \
--restart unless-stopped \
ghcr.io/lukegus/ssh-project:latest
ghcr.io/lukegus/termix:latest
```
# Docker Compose
```yaml
services:
app:
image: ghcr.io/lukegus/ssh-project:release-1.0-development-latest
image: ghcr.io/lukegus/termix:latest
container_name: termix-app
restart: unless-stopped
ports: