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.
- Host: GitHub
- URL: https://github.com/mys1024/easy-portainer
- Owner: mys1024
- License: mit
- Created: 2025-01-18T16:54:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-25T09:28:55.000Z (about 1 year ago)
- Last Synced: 2025-12-31T23:55:02.354Z (5 months ago)
- Topics: container, docker, docker-compose, podman, podman-compose
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)