Skip to content

Commit

Permalink
docs: Readme (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Dec 6, 2024
1 parent 3f4aec0 commit fd34602
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@ The example folder `/home/user/example` will be available as ` \\host.lan\Data`.

### How do I run a script after installation?

To run your own script after installation, you can create a file called `install.bat` and place it in a folder together with any additional files it needs (software to be installed for example). Then bind that folder in your compose file like this:
To run your own script after installation, you can create a file called `install.bat` and place it in a folder together with any additional files it needs (software to be installed for example).

Then bind that folder in your compose file like this:

```yaml
volumes:
Expand Down

0 comments on commit fd34602

Please sign in to comment.