Skip to content

Commit

Permalink
Bump docker-compose version to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarliton authored and miltonbsn committed Feb 4, 2024
1 parent 4e9edd0 commit d51648f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "2"
version: "3"
services:
mongo:
container_name: mongo
Expand Down Expand Up @@ -28,4 +28,4 @@ services:
ports:
- "9000:9000"
depends_on:
- app_server
- app_server

0 comments on commit d51648f

Please sign in to comment.