juanluisbaptiste / docker-otrs

The unofficial Znuny/OTRS Ticketing System docker image
https://www.juanbaptiste.tech/category/otrs
GNU Lesser General Public License v3.0
172 stars 101 forks source link

Couldn't find env file #85

Closed roskogabor closed 4 years ago

roskogabor commented 4 years ago

Describe the issue I cloned the repo and followed the instructions. cd to docker-otrs and tried to build with docker-compose:

$ cd docker-otrs/ $ sudo docker-compose build ERROR: Couldn't find env file: /home/ansi/docker-otrs/.env

Expected behavior Docker pull and build images.

What happened Docker-compose need env file.

What should I do or what I do wrong?

AxeKR commented 4 years ago

hi, did you edit the example.env file? Have a look at docker-otrs. there should be a example file which must be edited and saved as .env

roskogabor commented 4 years ago

@AxeKR This is what I have in the folder: $ ls -1 CHANGELOG.md docker-compose-prod.yml docker-compose.yml img launch-testing.sh LICENSE mariadb otrs otrs.service README.md

Is the otrs.service the example file? Sorry if my question is dumb Im new to the docker world.

juanluisbaptiste commented 4 years ago

As @AxeKR said, you need to rename the .env.example file to .env.

For usage questions please use the official OTRS forums, not this issue tracker.