A Docker Compose container setup for the Portainer Agent.
-
Requirements
- Docker
- Docker Compose
-
Add environment variables
Add the missing information for the environment variables:
nano .env
Mark the
.env
file so it's not tracked by git:git update-index --assume-unchanged .env
-
Start container
docker-compose up -d
-
Stop container
docker-compose down
This project is licensed under the GNU Lesser General Public License v3.0 (LGPLv3). You are free to use, modify, and distribute this software under the terms specified in the LGPLv3.
See the LICENSE file for more detailed information.s