updated docker info
This commit is contained in:
@@ -139,7 +139,7 @@ docker run -d \
|
||||
-p 8080:8080 \
|
||||
-v ~/mdhost-posts:/posts \
|
||||
-v ~/mdhost-data:/data \
|
||||
mdhost
|
||||
gitea.scu.si/florian.walther/mdhost:latest
|
||||
```
|
||||
|
||||
The application will be available at `http://localhost:8080`.
|
||||
@@ -155,7 +155,8 @@ Create a `docker-compose.yml`:
|
||||
version: '3.8'
|
||||
services:
|
||||
mdhost:
|
||||
build: .
|
||||
image: gitea.scu.si/florian.walther/mdhost:latest
|
||||
# build: .
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user