sophia.events/docker-compose.yml
Luc Juggery 2142d01731 Cleanup
2018-02-02 10:16:32 +01:00

10 lines
175 B
YAML

version: '3.4'
services:
www:
image: lucj/sophia.events
build: ./www
ports:
- 8000:80
restart: on-failure
volumes:
- ./www:/usr/share/nginx/html