Skip to content

Commit

Permalink
correct typo in service name in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZibanPirate committed Oct 4, 2024
1 parent ad09566 commit 67d7964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/oracle-cloud/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
volumes:
- /home/ubuntu/app-data/api/fetch_cache:/usr/src/repo/api/fetch_cache
- /home/ubuntu/app-data/api/sqlite_db:/usr/src/repo/api/sqlite_db
postgress:
postgres:
image: postgres
ports:
- "5432:5432"
Expand Down

0 comments on commit 67d7964

Please sign in to comment.