Docker Netzwerk eingerichtet und Ports zu Host entfernt
This commit is contained in:
parent
919a293ad6
commit
2b48ac96d9
|
@ -1,12 +1,16 @@
|
|||
version: '3'
|
||||
|
||||
networks:
|
||||
webproxy:
|
||||
external: true
|
||||
|
||||
services:
|
||||
jekyll:
|
||||
container_name: 2032er-blog
|
||||
image: jekyll/jekyll:latest
|
||||
command: jekyll serve --force_polling --verbose
|
||||
ports:
|
||||
- 4000:4000
|
||||
networks:
|
||||
- webproxy
|
||||
volumes:
|
||||
- ./Blog:/srv/jekyll
|
||||
- /opt/appdata/2032er-blog/_site:/srv/jekyll/_site
|
||||
|
|
Loading…
Reference in New Issue