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