Skip to content

Commit

Permalink
fix(docker-compose): update Docker Compose version to 3.8 and remove …
Browse files Browse the repository at this point in the history
…unsupported name field (fixes #2597)
  • Loading branch information
Gowthamk007m committed Jan 8, 2025
1 parent 1df50af commit 0cabff0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
version: "15.37"
name: hrms
version: "3.8" # Updated version
services:
mariadb:
image: mariadb:10.8
Expand Down Expand Up @@ -29,4 +28,4 @@ services:
- 9000:9000

volumes:
mariadb-data:
mariadb-data:

0 comments on commit 0cabff0

Please sign in to comment.