services: portainer: container_name:portainer image:portainer/portainer-ce:sts restart:always volumes: -/var/run/docker.sock:/var/run/docker.sock -portainer_data:/data ports: -9443:9443 -9000:9000 -8000:8000# Remove if you do not intend to use Edge Agents
volumes: portainer_data: name:portainer_data
networks: default: name:portainer_network
镜像源切换
/etc/apt/sources.list.d/ubuntu.sources
1 2 3 4 5 6 7 8 9 10 11 12
Types: deb URIs: https://mirrors.aliyun.com/ubuntu/ Suites: resolute resolute-updates resolute-backports Components: main restricted universe multiverse Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
Types: deb URIs: https://mirrors.aliyun.com/ubuntu/ Suites: resolute-security Components: main restricted universe multiverse Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg