image: node:10.15.3
pipelines:
branches:
staging:
- step:
services:
- nginx
definitions:
services:
nginx:
image: nginx # How do I change nginx.conf
Community moderators have prevented the ability to post new answers.
Hello,
You will need to create your own custom Docker image which extends nginx and includes your desired nginx.conf file to use as a service container. As Pipelines currently does not have a feature to mount files into service containers. If you'd like, you can open a feature request for that here: https://jira.atlassian.com/projects/BCLOUD/issues/
Thanks,
Phil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.