7 lines
No EOL
168 B
Text
Executable file
7 lines
No EOL
168 B
Text
Executable file
services:
|
|
it-tools:
|
|
container_name: it-tools
|
|
restart: always
|
|
ports:
|
|
- ${IP}:${PORT}:80
|
|
image: corentinth/it-tools:${VER} |