PhiTux / DailyTxT

Encrypted Diary Web-App
https://hub.docker.com/r/phitux/dailytxt/
MIT License
217 stars 14 forks source link

Update docker-compose.yml #20

Closed h3x0x0 closed 1 year ago

h3x0x0 commented 1 year ago

Current file doesn't have a proper YAML document structure, it only has a single property (dailytxt) which is not correct. The entire contents needs to be wrapped up in a top-level key to create a valid YAML document. This should now be a valid YAML document and can be used in a docker-compose.yml file accross Windows, Linux, Mac machines ⚡ :godmode: ⚡

PhiTux commented 1 year ago

Yep, I actually already updated it on my server, but not yet in the repo...

Are you sure, that the windows path (last line) is the correct way? Never used it, but when googling, it seems like there are different ways to bind mount within windows!?

h3x0x0 commented 1 year ago

I am very sure, on a windows machine at this moment and been deploying and bind mounting it this way. I will never request changes before testing the code first