fix(passbolt): add link DNS 4 Podman
This commit is contained in:
parent
0a499bc348
commit
2c3f012f4e
|
|
@ -28,6 +28,8 @@ services:
|
|||
- /opt/passbolt/jwt:/etc/passbolt/jwt:Z
|
||||
ports:
|
||||
- "127.0.0.1:8080:80"
|
||||
links:
|
||||
- db
|
||||
depends_on:
|
||||
- db
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Reference in New Issue