juju.re/docker-compose.yml
Julien CLEMENT 855d6fac1d
All checks were successful
continuous-integration/drone/push Build is passing
fix(compose): fix docker-compose version
Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
2021-12-09 14:09:06 +01:00

11 lines
141 B
YAML

version: "3.3"
services:
nginx:
restart: always
build:
context: .
dockerfile: Dockerfile
ports:
- "8000:80"