Explorar el Código

feat: comment db port to host (#1831)

tags/0.4.0
takatost hace 1 año
padre
commit
9080ece3fb
No account linked to committer's email address
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3
    2
      docker/docker-compose.yaml

+ 3
- 2
docker/docker-compose.yaml Ver fichero

@@ -228,8 +228,9 @@ services:
PGDATA: /var/lib/postgresql/data/pgdata
volumes:
- ./volumes/db/data:/var/lib/postgresql/data
ports:
- "5432:5432"
# uncomment to expose db(postgresql) port to host
# ports:
# - "5432:5432"
healthcheck:
test: ["CMD", "pg_isready"]
interval: 1s

Cargando…
Cancelar
Guardar