mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +00:00
8 lines
122 B
YAML
8 lines
122 B
YAML
version: '3.9'
|
|
services:
|
|
jekyll:
|
|
container_name: pages
|
|
build: .
|
|
restart: always
|
|
ports:
|
|
- 4000:4000 |