initial commit
This commit is contained in:
commit
c40b764756
8 changed files with 972 additions and 0 deletions
17
configfiles/portainer.yml
Normal file
17
configfiles/portainer.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
version: '3.0'
|
||||
|
||||
services:
|
||||
portainer:
|
||||
container_name: portainer
|
||||
image: portainer/portainer-ce:latest
|
||||
restart: always
|
||||
stdin_open: true
|
||||
tty: true
|
||||
network_mode: bridge
|
||||
ports:
|
||||
- "9000:9000/tcp"
|
||||
environment:
|
||||
- TZ=Europe/Amsterdam
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /opt/portainer:/data
|
Loading…
Add table
Add a link
Reference in a new issue