whoops, fix
This commit is contained in:
parent
7785fc4eca
commit
f45fb0171a
3 changed files with 6 additions and 6 deletions
|
@ -2,9 +2,7 @@ version: '2.2'
|
|||
|
||||
services:
|
||||
faulty-web:
|
||||
build:
|
||||
context: custom/faulty-web
|
||||
dockerfile: neo.Dockerfile
|
||||
build: custom/faulty-web
|
||||
restart: always
|
||||
environment:
|
||||
- VIRTUAL_HOST=faulty.nl
|
||||
|
@ -14,7 +12,9 @@ services:
|
|||
- internal
|
||||
|
||||
ixvd-web:
|
||||
build: custom/ixvd-web
|
||||
build:
|
||||
context: custom/ixvd-web
|
||||
dockerfile: neo.Dockerfile
|
||||
restart: always
|
||||
environment:
|
||||
- VIRTUAL_HOST=ixvd.net
|
||||
|
|
Reference in a new issue