mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 05:15:25 +02:00
feat(test/e2e): update image in cypress compose file
This commit is contained in:
parent
2fc60f14e1
commit
466bd24648
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
portainer:
|
portainer:
|
||||||
image: portainerci/portainer:$PORTAINER_TAG
|
image: portainerci/portainer-ee:$PORTAINER_TAG
|
||||||
container_name: e2e-portainer
|
container_name: e2e-portainer
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue