Add Portainer configuration file for container management

This commit is contained in:
2024-11-19 19:15:40 +01:00
parent f0c9a8e1a8
commit c2ed3abcb0
+12
View File
@@ -0,0 +1,12 @@
version: "3.8"
services:
portainer:
image: portainer/portainer-ce:latest
container_name: portainer
restart: always
ports:
- "9443:9443"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./portainer_data:/data