10 lines
196 B
YAML
10 lines
196 B
YAML
version: '3.3'
|
|
services:
|
|
flog:
|
|
ports:
|
|
- '8000:8000'
|
|
image: 'squi/flog:0.1.0'
|
|
volumes:
|
|
- ./base_site/html:/opt/flog/html
|
|
- ./base_site/templates:/opt/flog/templates
|