image: node:10.15.3
pipelines:
branches:
staging:
- step:
services:
- nginx
definitions:
services:
nginx:
image: nginx # How do I change nginx.conf
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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.