Skip to content

Commit

Permalink
Merge pull request #18 from mishin/main
Browse files Browse the repository at this point in the history
Исправил версию портейнера
  • Loading branch information
elukianov authored Nov 18, 2023
2 parents 8d50784 + 1e3fac5 commit 5de4df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ services:

portainer:
restart: always
image: portainer/portainer
image: portainer/portainer:1.25.0
ports:
- ${PORTAINER_PORT}:9000
command: -H unix:///var/run/docker.sock --no-auth
Expand Down

0 comments on commit 5de4df2

Please sign in to comment.