We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3771f59 + bc14267 commit 4fce671Copy full SHA for 4fce671
docker-compose.yml
@@ -5,8 +5,17 @@ services:
5
command: make dev
6
image: jekyll/jekyll:latest
7
volumes:
8
- - '.:/srv/jekyll'
9
- - './vendor/bundle:/usr/local/bundle'
+ - '.:/srv/jekyll'
+ - './vendor/bundle:/usr/local/bundle'
10
ports:
11
- - 4000:4000
+ - 4000:4000
12
container_name: jekyll
13
+ # If you are on arm64 and experiencing issues with the tests (hangs,
14
+ # connection reset) then try the following in order:
15
+
16
+ # - stopping and removing all downloaded container images
17
+ # - ensuring you have the latest Docker Desktop version
18
+ # - factory reset your Docker Desktop settings
19
20
+ # If you are still running into issues please post in #help-infra-seg.
21
+ platform: linux/amd64
0 commit comments