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