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