📝 日志快照·午:2026-05-08

This commit is contained in:
ATRI
2026-05-08 12:01:45 +08:00
parent f70c1ee16b
commit 2ec164619f
4 changed files with 171 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
version: '3.8'
services:
portainer:
image: portainer/portainer-ce:latest
container_name: portainer
restart: always
ports:
- "9000:8000" # HTTP
- "9443:9443" # HTTPS (推荐)
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- portainer_data:/data
volumes:
portainer_data: