You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

docker-compose.yml 248B

12345678910
  1. version: '3'
  2. services:
  3. reverse-proxy:
  4. image: nginx:1.18-alpine
  5. volumes:
  6. - ./sites/sites-available:/etc/nginx/sites-available
  7. - ./sites/sites-enabled:/etc/nginx/sites-enabled
  8. network_mode: host