Changed: use latest tag on composer file
This commit is contained in:
parent
2d2f4095ee
commit
07e08d0b6f
|
|
@ -10,9 +10,9 @@ services:
|
|||
- "127.0.0.1:3306:3306"
|
||||
|
||||
passbolt:
|
||||
image: passbolt/passbolt:3.0.1-pro
|
||||
image: passbolt/passbolt:latest-pro
|
||||
#Alternatively you can use rootless:
|
||||
#image: passbolt/passbolt:3.0.0-pro-non-root
|
||||
#image: passbolt/passbolt:latest-pro-non-root
|
||||
tty: true
|
||||
depends_on:
|
||||
- db
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@ services:
|
|||
- "127.0.0.1:3306:3306"
|
||||
|
||||
passbolt:
|
||||
image: passbolt/passbolt:3.0.1-ce
|
||||
image: passbolt/passbolt:latest-ce
|
||||
#Alternatively you can use rootless:
|
||||
#image: passbolt/passbolt:3.0.0-ce-non-root
|
||||
#image: passbolt/passbolt:latest-ce-non-root
|
||||
tty: true
|
||||
depends_on:
|
||||
- db
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
# URL
|
||||
APP_FULL_BASE_URL=https://passbolt.local
|
||||
# For rootless images
|
||||
#APP_FULL_BASE_URL=https://passbolt.local:4433
|
||||
|
||||
# Database settings
|
||||
DATASOURCES_DEFAULT_HOST=db
|
||||
|
|
|
|||
Loading…
Reference in New Issue