Added startup files
This commit is contained in:
13
it-tools/docker-compose.yml
Normal file
13
it-tools/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
#name: it-tools
|
||||
services:
|
||||
it-tools:
|
||||
image: corentinth/it-tools:latest
|
||||
container_name: it-tools
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 9080:80
|
||||
# volumes:
|
||||
# - /var/run/docker.sock:/var/run/docker.sock
|
||||
# - ./portainer_data:/data
|
||||
|
||||
#docker run -d --name it-tools --restart unless-stopped -p 8080:80 corentinth/it-tools:latest
|
||||
Reference in New Issue
Block a user