Changed: updated docker-compose files

This commit is contained in:
Diego Lendoiro 2021-02-23 16:55:43 +01:00
parent a3ad095833
commit c401c8a4e7
No known key found for this signature in database
GPG Key ID: 3808AD1A50FF0B59
2 changed files with 6 additions and 2 deletions

View File

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

View File

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