Docker-compose ok
This commit is contained in:
parent
06aae255ba
commit
522bcf3289
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@ -0,0 +1,9 @@
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user