Skip to content

Commit

Permalink
Remove postgres volume entry from docker-compose example file
Browse files Browse the repository at this point in the history
  • Loading branch information
madalinignisca authored Aug 12, 2024
1 parent ee97b95 commit 0d53879
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- "${FRONTEND_PORT:-3000}:3000"

mariadb:
image: mariadb:10.11
image: mariadb:10.6
environment:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_DATABASE=application
Expand All @@ -36,4 +36,3 @@ volumes:
workspace:
nvm:
mariadb:
postgres:

0 comments on commit 0d53879

Please sign in to comment.