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 \ -p 8080:8080 \
--name termix-app \ --name termix-app \
--restart unless-stopped \ --restart unless-stopped \
ghcr.io/lukegus/ssh-project:latest ghcr.io/lukegus/termix:latest
``` ```
# Docker Compose # Docker Compose
```yaml ```yaml
services: services:
app: app:
image: ghcr.io/lukegus/ssh-project:release-1.0-development-latest image: ghcr.io/lukegus/termix:latest
container_name: termix-app container_name: termix-app
restart: unless-stopped restart: unless-stopped
ports: ports: