Fix: Passt das mit dem Volume-Name nochmal an...
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
services:
|
services:
|
||||||
portainer:
|
portainer-server:
|
||||||
container_name: portainer
|
container_name: portainer-server
|
||||||
image: portainer/portainer-ce:lts
|
image: portainer/portainer-ce:lts
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- data:/data
|
- portainer-server_data:/data
|
||||||
- /:/host
|
- /:/host
|
||||||
ports:
|
ports:
|
||||||
- 9443:9443
|
- 9443:9443
|
||||||
@@ -15,4 +15,4 @@ networks:
|
|||||||
name: portainer_network
|
name: portainer_network
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
data:
|
portainer-server_data:
|
||||||
|
|||||||
Reference in New Issue
Block a user