Changed: updated docker-compose files
This commit is contained in:
parent
a3ad095833
commit
c401c8a4e7
|
|
@ -10,7 +10,9 @@ services:
|
|||
- "127.0.0.1:3306:3306"
|
||||
|
||||
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
|
||||
depends_on:
|
||||
- db
|
||||
|
|
|
|||
|
|
@ -10,7 +10,9 @@ services:
|
|||
- "127.0.0.1:3306:3306"
|
||||
|
||||
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
|
||||
depends_on:
|
||||
- db
|
||||
|
|
|
|||
Loading…
Reference in New Issue