Added startup files
This commit is contained in:
16
portainer/docker-compose.yml
Normal file
16
portainer/docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
#name: <your project name>
|
||||
services:
|
||||
portainer-ce:
|
||||
ports:
|
||||
- 8000:8000
|
||||
- 9443:9443
|
||||
container_name: portainer
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./portainer_data:/data
|
||||
image: portainer/portainer-ce:lts
|
||||
#volumes:
|
||||
# portainer_data:
|
||||
# external: true
|
||||
# name: portainer_data
|
||||
Reference in New Issue
Block a user