Skip to content

Commit

Permalink
Fix deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-jackson committed Jun 4, 2024
1 parent f2c39b8 commit 77bc0e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
start: restore backup

restore: db
docker-compose up -d restore
docker compose up -d restore

backup: db
docker-compose up -d backup
docker compose up -d backup

db:
docker-compose up -d db
docker compose up -d db

clean:
docker-compose kill
docker compose kill
docker system prune -f
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '2'
services:
data:
image: silintl/data-volume:latest
Expand Down

0 comments on commit 77bc0e2

Please sign in to comment.