Luzifer / ots

One-Time-Secret sharing platform with a symmetric 256bit AES encryption in the browser
https://ots.fyi
Apache License 2.0
463 stars 68 forks source link

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

Closed tvsucks closed 1 month ago

tvsucks commented 7 months ago

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 commented 7 months ago

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?