An open API service indexing awesome lists of open source software.

https://github.com/mys1024/easy-portainer

Easily startup a Portainer CE container with Docker Compose.
https://github.com/mys1024/easy-portainer

container docker docker-compose podman podman-compose

Last synced: about 2 months ago
JSON representation

Easily startup a Portainer CE container with Docker Compose.

Awesome Lists containing this project

README

          

# easy-portainer

Easily start a [**Portainer CE**](https://docs.portainer.io/start/install-ce/server/docker/linux) container with [**Docker Compose**](https://docs.docker.com/compose/).

## Usage

1. Create a file named `.env` with your custom configurations:

```sh
PORT_HTTPS=9443 # optional, defaults to "9443"
PORT_TUNNEL=8000 # optional, defaults to "8000"
PATH_DOCKER_SOCK=/var/run/docker.sock # optional, defaults to "/var/run/docker.sock"
```

2. Start:

```sh
docker-compose up -d
```

## License

[MIT](./LICENSE) License © 2025-PRESENT [mys1024](https://github.com/mys1024)