docs/docker-compose.yml

20 lines
279 B
YAML
Raw Normal View History

version: '3'
services:
docs:
build:
context: .
image: docs
networks:
- default
restart: always
ports:
- 127.0.0.1:1315:80
logging:
driver: json-file
options:
max-size: "5m"
max-file: "5"
networks:
default: