Changed: use latest tag on composer file

This commit is contained in:
Daniel Del Rio Figueira 2021-03-08 12:29:38 +01:00
parent 2d2f4095ee
commit 07e08d0b6f
No known key found for this signature in database
GPG Key ID: DCB25219AF061D1B
3 changed files with 4 additions and 6 deletions

View File

@ -10,9 +10,9 @@ services:
- "127.0.0.1:3306:3306" - "127.0.0.1:3306:3306"
passbolt: passbolt:
image: passbolt/passbolt:3.0.1-pro image: passbolt/passbolt:latest-pro
#Alternatively you can use rootless: #Alternatively you can use rootless:
#image: passbolt/passbolt:3.0.0-pro-non-root #image: passbolt/passbolt:latest-pro-non-root
tty: true tty: true
depends_on: depends_on:
- db - db

View File

@ -10,9 +10,9 @@ services:
- "127.0.0.1:3306:3306" - "127.0.0.1:3306:3306"
passbolt: passbolt:
image: passbolt/passbolt:3.0.1-ce image: passbolt/passbolt:latest-ce
#Alternatively you can use rootless: #Alternatively you can use rootless:
#image: passbolt/passbolt:3.0.0-ce-non-root #image: passbolt/passbolt:latest-ce-non-root
tty: true tty: true
depends_on: depends_on:
- db - db

2
env/passbolt.env vendored
View File

@ -1,7 +1,5 @@
# URL # URL
APP_FULL_BASE_URL=https://passbolt.local APP_FULL_BASE_URL=https://passbolt.local
# For rootless images
#APP_FULL_BASE_URL=https://passbolt.local:4433
# Database settings # Database settings
DATASOURCES_DEFAULT_HOST=db DATASOURCES_DEFAULT_HOST=db