changed portainer to Enterprise
This commit is contained in:
@@ -1,15 +1,11 @@
|
|||||||
version: "3"
|
|
||||||
services:
|
services:
|
||||||
portainer:
|
portainer:
|
||||||
container_name: portainer
|
container_name: portainer
|
||||||
image: portainer/portainer-ce:latest
|
image: portainer/portainer-ee:latest
|
||||||
ports:
|
ports:
|
||||||
- 9443:9443
|
- 9443:9443
|
||||||
env_file:
|
- 8000:8000
|
||||||
- .env
|
|
||||||
volumes:
|
volumes:
|
||||||
- ${PORTAINER_DATA}:/data
|
- ${PORTAINER_DATA}:/data
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
|
||||||
data:
|
|
||||||
Reference in New Issue
Block a user