test pipeline
This commit is contained in:
+4
-4
@@ -1,10 +1,10 @@
|
||||
version: '3.9'
|
||||
services:
|
||||
hugo2:
|
||||
hugo:
|
||||
image: nginx:alpine
|
||||
container_name: hugo-site2
|
||||
container_name: hugo-site
|
||||
volumes:
|
||||
- ./nginx:/etc/nginx/conf.d
|
||||
- ./nginx-docker:/etc/nginx/conf.d
|
||||
- ./public:/var/www/html
|
||||
ports:
|
||||
- 6666:80
|
||||
- 6060:80
|
||||
|
||||
Reference in New Issue
Block a user