Updated Docker (markdown)
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user