Loading docker-compose.postgresql-master.dev.yml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ services: container_name: postgresql-master restart: on-failure:3 ports: - 5432 - 5432:5432 volumes: postgres-master-vol: Loading Loading
docker-compose.postgresql-master.dev.yml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ services: container_name: postgresql-master restart: on-failure:3 ports: - 5432 - 5432:5432 volumes: postgres-master-vol: Loading