test pipeline
This commit is contained in:
parent
d5b72a8970
commit
1d6741e2a0
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user