Skip to content

Commit 99ff8b8

Browse files
committed
Why was this commented out? 😱
1 parent 4c524af commit 99ff8b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎docker-compose.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ services:
5252
- POSTGRES_USER=wger
5353
- POSTGRES_PASSWORD=wger
5454
- POSTGRES_DB=wger
55-
# volumes:
56-
# - postgres-data:/var/lib/postgresql/data/
55+
volumes:
56+
- postgres-data:/var/lib/postgresql/data/
5757
expose:
5858
- 5432
5959
healthcheck:

0 commit comments

Comments
 (0)