Merge pull request #32 from danieldupriest/docker-compose-fix
Removed duplicate 'image:' line in docker-compose, trying to fix bug.
This commit is contained in:
commit
d7bc7cda09
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ services:
|
||||||
web:
|
web:
|
||||||
build: ./front
|
build: ./front
|
||||||
image: reimbursinator_front
|
image: reimbursinator_front
|
||||||
image: nginx:1.10.3
|
|
||||||
ports:
|
ports:
|
||||||
- "8443:443"
|
- "8443:443"
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue