awesome-compose/django/docker-compose.yml
Guillaume Lours 09401ff101 Remove version from compose files to work with the 1.27.x versionless Compose binary
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2020-08-24 18:51:24 +02:00

6 lines
66 B
YAML

services:
web:
build: app
ports:
- '8000:8000'