Skip to content

Commit 942b9a3

Browse files
authored
Create compose.yml
1 parent 92d0020 commit 942b9a3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

IT-tools/compose.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: it-tools
2+
services:
3+
it-tools:
4+
container_name: it-tools
5+
restart: unless-stopped
6+
ports:
7+
- 4880:80
8+
image: corentinth/it-tools:latest

0 commit comments

Comments
 (0)