We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836a6fb commit bd2e39fCopy full SHA for bd2e39f
examples/portainer/docker-compose.yml
@@ -2,7 +2,7 @@ version: '3'
2
3
services:
4
portainer:
5
- image: portainer/portainer-ee:latest # or use community edition via portainer/portainer-ce
+ image: portainer/portainer-ee:2.21.0-alpine # or use community edition via portainer/portainer-ce
6
container_name: portainer-ee # may rename to portainer-ce if community edition is used
7
restart: unless-stopped
8
volumes:
0 commit comments