change docker compose

This commit is contained in:
Christoph J. Scherr 2024-04-11 21:43:48 +02:00
parent cbe51899a1
commit 64b0ec33e8
1 changed files with 7 additions and 0 deletions

View File

@ -1,8 +1,15 @@
networks:
snowboard:
name: snowboard
external: true
services: services:
jekyll: jekyll:
build: . build: .
restart: always
volumes: volumes:
- .:/app - .:/app
ports: ports:
- "4000:4000" - "4000:4000"
container_name: jekyll container_name: jekyll
networks:
- snowboard