Skip to content

Commit dd83237

Browse files
committed
fixed container names
1 parent 31ed025 commit dd83237

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
services:
2-
6oclock:
2+
six-oclock:
33
build: .
4-
container_name: 6oclock
4+
container_name: six-oclock
55
restart: unless-stopped
66
env_file:
77
- .env
88
environment:
99
PORT: 34571
10-
DB_HOST: 6oclock-postgres
10+
DB_HOST: six-oclock-postgres
1111
DB_PORT: 5432
1212
DB_USER: postgres
1313
DB_PASSWORD: postgres
@@ -19,13 +19,13 @@ services:
1919
volumes:
2020
- ./data:/data
2121
depends_on:
22-
- 6oclock-postgres
22+
- six-oclock-postgres
2323
networks:
2424
- default
2525

26-
6oclock-postgres:
26+
six-oclock-postgres:
2727
image: postgres:latest
28-
container_name: 6oclock-postgres
28+
container_name: six-oclock-postgres
2929
restart: unless-stopped
3030
environment:
3131
POSTGRES_USER: postgres

0 commit comments

Comments
 (0)