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