Skip to content

Commit c82fe31

Browse files
committed
chore: remove db hostname
1 parent aea8f06 commit c82fe31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose-services.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ version: '3.9'
33
services:
44
postgres:
55
image: postgres:15.3-alpine3.18
6-
container_name: postgres
7-
hostname: postgres
86
ports:
97
- 127.0.0.1:5432:5432
108
environment:
@@ -14,6 +12,7 @@ services:
1412
TZ: Europe/Berlin
1513
volumes:
1614
- postgres-data:/var/lib/postgresql/data
15+
1716
meilisearch:
1817
image: getmeili/meilisearch:v1.6
1918
ports:
@@ -23,6 +22,7 @@ services:
2322
volumes:
2423
- meilisearch-data:/data.ms
2524
restart: unless-stopped
25+
2626
volumes:
2727
postgres-data:
2828
admin-data:

0 commit comments

Comments
 (0)