fix(passbolt): add link DNS 4 Podman

This commit is contained in:
Marc Lasserre 2026-07-24 02:02:15 +02:00
parent 0a499bc348
commit 2c3f012f4e
Signed by: M7s
GPG Key ID: F74837410959661B
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ services:
- /opt/passbolt/jwt:/etc/passbolt/jwt:Z - /opt/passbolt/jwt:/etc/passbolt/jwt:Z
ports: ports:
- "127.0.0.1:8080:80" - "127.0.0.1:8080:80"
links:
- db
depends_on: depends_on:
- db - db
restart: unless-stopped restart: unless-stopped