Skip to content

Commit

Permalink
Autostart DRE after reboot in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-Levitskiy authored Feb 17, 2023
1 parent 5e027ec commit 84f1c40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: '3.8'
services:
dre:
image: "warpredstone/dre:${DRE_IMAGE_TAG:-latest}"
restart: always
env_file:
- .env
environment:
Expand Down

0 comments on commit 84f1c40

Please sign in to comment.