View docker-compose.yaml
version: '3.3' | |
services: | |
portainer: | |
container_name: portainer | |
restart: unless-stopped | |
ports: | |
- '9000:9000' | |
volumes: | |
- '/var/run/docker.sock:/var/run/docker.sock' | |
- /home/pi/docker/portainer:/data |
View index.html
<!DOCTYPE html> | |
<!-- | |
Copyright (c) 2016 Google Inc. | |
Licensed under the Apache License, Version 2.0 (the "License"); | |
you may not use this file except in compliance with the License. | |
You may obtain a copy of the License at | |
http://www.apache.org/licenses/LICENSE-2.0 |