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"
|
- "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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue