Skip to content

Commit 26a99d3

Browse files
committed
fix: Create .env for installation in docker
1 parent c973730 commit 26a99d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ services:
88
api:
99
container_name: evolution_api
1010
image: evolution/api:local
11+
restart: always
1112
ports:
1213
- 8080:8080
1314
volumes:

0 commit comments

Comments
 (0)