docs: Readme (#237)
This commit is contained in:
parent
3f4aec0fe3
commit
fd3460265e
1 changed files with 3 additions and 1 deletions
|
@ -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?
|
### 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
|
```yaml
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue