Saltar a contenido

MKDocs

version: "3"
services:
  web:
    image: nginx
    container_name: sogetiLabsDocumentation
    ports:
      - "10.3.0.4:4242:80"
    volumes:
      - "./site:/usr/share/nginx/html"
    network_mode: bridge