new config
This commit is contained in:
parent
0e04c588e6
commit
7785fc4eca
3 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,9 @@ version: '2.2'
|
|||
|
||||
services:
|
||||
faulty-web:
|
||||
build: custom/faulty-web
|
||||
build:
|
||||
context: custom/faulty-web
|
||||
dockerfile: neo.Dockerfile
|
||||
restart: always
|
||||
environment:
|
||||
- VIRTUAL_HOST=faulty.nl
|
||||
|
|
Reference in a new issue