13 lines
391 B
YAML
13 lines
391 B
YAML
#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 |