Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 841 Bytes

File metadata and controls

25 lines (19 loc) · 841 Bytes

Run a Portainer-CE instance with docker-compose

Build Status

This needs : dockerhost


1- Clone these repository to your system :

git clone https://github.com/ariadata/dc-portainer-ce.git && cd dc-portainer-ce && rm -rf .git

3- Edit .env file as you need.

4- Run docker-compose file by using :

docker-compose up -d

3- Login to Portainer by :

http://YOUR-IP:9999

Done!