Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 1b16fd6

Browse files
Johan Eliassonelitan
authored andcommitted
Missing quotes for postgres container name
1 parent 867e64a commit 1b16fd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/util/compose.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function generateNhostBackendYaml(options) {
4040
version: "3.6",
4141
services: {
4242
["nhost-postgres"]: {
43-
container_name: nhost_postgres,
43+
container_name: "nhost_postgres",
4444
image: `postgres:${postgres_version}`,
4545
ports: [`${postgres_port}:5432`],
4646
restart: "always",

0 commit comments

Comments
 (0)