Skip to content

Commit

Permalink
chore: remove restart option
Browse files Browse the repository at this point in the history
  • Loading branch information
solufa committed Jun 2, 2024
1 parent 9886705 commit 5bb2632
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
services:
firebase:
build: ./docker/firebase
restart: always
ports:
- 9099:9099 # Auth
- 4000:4000 # Emulator Suite UI
Expand All @@ -10,7 +9,6 @@ services:

minio:
image: minio/minio:RELEASE.2023-08-23T10-07-06Z
restart: always
ports:
- 9000:9000 # Storage
- 9001:9001 # Console
Expand Down Expand Up @@ -41,7 +39,6 @@ services:
postgres:
image: postgres:15.5
restart: always
ports:
- 5432:5432
environment:
Expand Down

0 comments on commit 5bb2632

Please sign in to comment.