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