Skip to content

Commit

Permalink
add postgres:13 to docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHenryThoreau authored and DavidHenryThoreau committed May 16, 2024
1 parent 6e766f1 commit 77c4d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
restart: unless-stopped

fittrackee-db:
image: ghcr.io/davidhenrythoreau/fittrackee-db:main
image: postgres:13
container_name: fittrackee-db
environment:
- PUID=1000
Expand Down

0 comments on commit 77c4d7d

Please sign in to comment.