Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
dirty fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneJeon committed Dec 25, 2021
1 parent 1057d43 commit e3803b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ version: '3'

services:
database:
image: postgres:14-alpine
image: postgres:12-alpine
ports:
- 5432:5432
env_file:
- .db.env
# tmpfs:
# - /var/lib/postgresql/data
tmpfs:
- /var/lib/postgresql/data

0 comments on commit e3803b0

Please sign in to comment.