Creation
This commit is contained in:
parent
7d3bdc0643
commit
fadf30f052
9 changed files with 166 additions and 0 deletions
17
portainer/docker-compose.yml
Normal file
17
portainer/docker-compose.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
version: '3'
|
||||
|
||||
services:
|
||||
portainer:
|
||||
container_name: portainer
|
||||
image: portainer/portainer
|
||||
command: -H unix:///var/run/docker.sock
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- portainer_data:/data
|
||||
networks:
|
||||
- srv
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
volumes:
|
||||
portainer_data:
|
||||
Loading…
Add table
Add a link
Reference in a new issue