test pipeline

This commit is contained in:
greglebreton 2021-07-28 11:55:52 +02:00
parent d5b72a8970
commit 1d6741e2a0

View File

@ -1,10 +1,10 @@
version: '3.9' version: '3.9'
services: services:
hugo2: hugo:
image: nginx:alpine image: nginx:alpine
container_name: hugo-site2 container_name: hugo-site
volumes: volumes:
- ./nginx:/etc/nginx/conf.d - ./nginx-docker:/etc/nginx/conf.d
- ./public:/var/www/html - ./public:/var/www/html
ports: ports:
- 6666:80 - 6060:80