pontus/docker-compose.yml

10 lines
217 B
YAML
Raw Normal View History

services:
pontus-web:
build: .
image: pontus-web:latest
restart: always
ports:
- "2280:80"
volumes:
- ./default.conf:/etc/nginx/conf.d/default.conf
- ./src:/usr/share/nginx/html