docs/docker-compose.yml

22 lines
345 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
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
logging:
driver: json-file
options:
max-size: "5m"
max-file: "5"
networks:
default: