Skip to content

Commit

Permalink
rename docker-compose file, after hours of debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
gernotstarke committed Sep 30, 2023
1 parent 2705e08 commit 0b19854
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions _docker-compose-dev.yml → docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# docker-compose definition for developing the site.
#
version: '2'

version: '3'
services:
arc42-jekyll:
jekyll:
build: .
image: arc42-site:latest
# platform: linux/arm64/v8
volumes:
- .:/srv/jekyll
- ./vendor/bundle/:/usr/local/bundle
ports:
- "4000:4000"
command: jekyll serve --trace --host 0.0.0.0 --watch --incremental --config _config.yml
environment:
- JEKYLL_ENV=development
ports:
- 4000:4000
volumes:
- .:/srv/jekyll

0 comments on commit 0b19854

Please sign in to comment.