2do/docker-compose.yml
Kebert Xela 3c4652bd33 Small improvements (#3)
* Relative URI for static CSS assets

* Add MicroBadger badges to the readme

* Missing xHTML closing tag on img

* Adding autofocus

* Docker Compose example

* Added cute memo emoji
2019-04-18 18:01:22 +10:00

11 lines
173 B
YAML

version: '2'
services:
todo:
build: .
image: todo:local
#image: prologic/todo:latest
ports:
- 8000:8000
container_name: todo
restart: always