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.
12 lines
292 B
12 lines
292 B
version: '3'
|
|
services:
|
|
survey-nginx:
|
|
container_name: survey-nginx
|
|
build:
|
|
context: ./survey-nginx
|
|
volumes:
|
|
- ./survey-nginx/html:/var/www
|
|
- ./survey-nginx/perl:/usr/share/perl
|
|
- ./survey-nginx/log/web:/var/log/nginx/web
|
|
ports:
|
|
- "8080:80"
|
|
|