Commit 391f131ca1f6ccbf30ae89eb335a49e876a57995

Authored by Guilherme Andrade Del Cantoni
2 parents a0afd643 e91a8610
Exists in master

Merge de melhorias provinientes do GitHub e Portal do Software Público

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
docker-compose.yml
... ... @@ -51,7 +51,7 @@ services:
51 51 volumes:
52 52 - /mnt/sei/src:/opt
53 53 environment:
54   - - SEI_HOST_URL="http://localhost"
  54 + - SEI_HOST_URL=http://localhost
55 55 links:
56 56 - mysql:mysql
57 57 # - oracle:oracle
... ...