fix portainer
This commit is contained in:
parent
f444a16083
commit
7fcd5a7474
2 changed files with 7 additions and 1 deletions
BIN
public/svgs/portainer.png
Normal file
BIN
public/svgs/portainer.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.8 KiB |
|
|
@ -1,6 +1,12 @@
|
|||
# documentation: https://docs.portainer.io
|
||||
# slogan: Portainer is a lightweight management UI for Docker
|
||||
# tags: docker, management, ui
|
||||
# logo: svgs/portainer.png
|
||||
# port: 9000
|
||||
|
||||
services:
|
||||
portainer:
|
||||
image: 'portainer/portainer-ce:alpine'
|
||||
image: portainer/portainer-ce:alpine
|
||||
environment:
|
||||
- SERVICE_FQDN_PORTAINER_9000
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue