diff options
Diffstat (limited to 'portainer/compose.yaml')
-rw-r--r-- | portainer/compose.yaml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/portainer/compose.yaml b/portainer/compose.yaml deleted file mode 100644 index 2fb60f0..0000000 --- a/portainer/compose.yaml +++ /dev/null @@ -1,15 +0,0 @@ -services: - portainer-ce: - image: portainer/portainer-ce:2.27.9 - ports: - - 10.0.0.1:8000:8000 - - 10.0.0.1:9443:9443 - container_name: portainer - restart: unless-stopped - volumes: - - /var/run/docker.sock:/var/run/docker.sock - - portainer_data:/data -volumes: - portainer_data: - external: true -networks: {} |