Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use customize.yaml in an azure docker environment? #174

Open
tvsucks opened this issue Mar 27, 2024 · 1 comment
Open

How to use customize.yaml in an azure docker environment? #174

tvsucks opened this issue Mar 27, 2024 · 1 comment

Comments

@tvsucks
Copy link

tvsucks commented Mar 27, 2024

Heyho, How to use the customize.yaml in an azure docker environment? We stored the customize.yaml in a folder called config and tried to use the "Startup file or command": "--customize=/config/customize.yaml" in azure Deployment Center. It doesn't work. Can you assist? Is this the right way?

Best regards
Franz

@Luzifer
Copy link
Owner

Luzifer commented Mar 27, 2024

Hm sadly Azure is the only one of the three big clouds I haven't worked with and therefore I have no knowledge about the Azure Deployment Center…

Basically you want to make sure the the file gets deployed to the machine where the container lives and be mounted into the container. If you mount it at /config/ in the container your argument should work…

If the file gets deployed into a folder on the host-machine the docker is running on, can you specify a mount for the Docker container to mount that folder?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants