Snippets

Arthur Chafonov docker-compose.override.yml

Created by Arthur Chafonov
version: '2'
services:
  # Web serving container
  web:
    image: nginx:1.9
    ports:
      - "8180:80"
      - "8181:81"
      - "8182:82"
    networks:
      noline:
    volumes:
      - ".:/srv/no"
      - "./docker/nginx.default.conf:/etc/nginx/conf.d/default.conf:ro"
    labels:
      online.nalogi.name: "Nalogi.online Front and Back"

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.