Skip to content
Snippets Groups Projects
docker-compose.yml 216 B
Newer Older
  • Learn to ignore specific revisions
  • ddamiron's avatar
    ddamiron committed
    version: '3.6'
    
    services:
      mkdocs:
        build:
          context: ./
        ports:
          - 2077:8000
    
    ddamiron's avatar
    ddamiron committed
        logging:
          driver: "json-file"
          options:
            max-size: "2m"
            max-file: "5"
    
    ddamiron's avatar
    ddamiron committed
        restart: on-failure