fix: remove deprecated compose version tag

This commit is contained in:
LRVT
2024-11-04 13:08:51 +01:00
parent ea9ff8a925
commit dba1b9f1cc
148 changed files with 658 additions and 603 deletions

View File

@@ -1,9 +1,8 @@
version: '3'
services:
portainer:
image: portainer/portainer-ee:2.23.0-alpine # or use community edition via portainer/portainer-ce
container_name: portainer-ee # may rename to portainer-ce if community edition is used
image: portainer/portainer-ce:2.23.0-alpine # or portainer-ee for enterprise edition
container_name: portainer-ce # or portainer-ee for enterprise edition
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro