Skip to content

Commit 9a942b0

Browse files
author
mafyuh
committedSep 30, 2024
Update docker/nexterm/docker-compose.yml
1 parent fbed2dd commit 9a942b0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎docker/nexterm/docker-compose.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,13 @@ services:
77
volumes:
88
- nexterm:/app/data
99
image: germannewsmaker/nexterm:1.0.2-OPEN-PREVIEW
10+
11+
it-tools:
12+
container_name: it-tools
13+
ports:
14+
- 8090:80
15+
image: corentinth/it-tools@sha256:c191615f23eb6a18b8faca4dba15fc11caefea250ce3a8e29d249757544092eb
16+
restart: unless-stopped
17+
1018
volumes:
1119
nexterm:

0 commit comments

Comments
 (0)
Please sign in to comment.