Change service name to be consistent
This commit is contained in:
parent
21e971b542
commit
6b3b82c299
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ networks:
|
||||||
name: proxy
|
name: proxy
|
||||||
|
|
||||||
services:
|
services:
|
||||||
dockerserviceminecraft:
|
dockerrest:
|
||||||
|
container_name: dockerrest
|
||||||
build: .
|
build: .
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
Loading…
Reference in a new issue