test
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
services:
|
||||
portainer:
|
||||
image: portainer/portainer-ee:2.27.3
|
||||
container_name: portainer
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "9000:9000" # Webinterface
|
||||
- "9443:9443"
|
||||
volumes:
|
||||
- /docker/Daten/portainer-data:/data:rw # Portainer-Daten (DB + Key)
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
|
||||
Reference in New Issue
Block a user