Fix the docker config to build the Jekyll container
Jekyll / jekyll (pull_request) Successful in 26s
Details
Jekyll / jekyll (pull_request) Successful in 26s
Details
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
0100ebd4be
commit
dac83bc2db
|
@ -17,8 +17,7 @@ services:
|
||||||
tty: true
|
tty: true
|
||||||
hostname: jekyll.local
|
hostname: jekyll.local
|
||||||
container_name: jekyll.local
|
container_name: jekyll.local
|
||||||
networks:
|
network_mode: "bridge"
|
||||||
- bridge
|
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
|
Loading…
Reference in New Issue