We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4693994 commit d920632Copy full SHA for d920632
README.md
@@ -18,6 +18,19 @@ docker build -t it-tools --build-arg BASE_URL="/my-folder/" .
18
docker run -d --name it-tools --restart unless-stopped -p 8080:80 it-tools
19
```
20
21
+## Use in Docker Compose file
22
+
23
+```yml
24
+services:
25
+ it-tools:
26
+ container_name: it-tools
27
+ image: ghcr.io/sharevb/it-tools:nightly
28
+ pull_policy: always
29
+ restart: unless-stopped
30
+ ports:
31
+ - 8080:80
32
+```
33
34
## Installation methods
35
36
| Docker Image | Local Installation |
docker-compose.yml
@@ -0,0 +1,8 @@
1
2
3
4
5
6
7
8
0 commit comments