Revert accidentally changed compose
This commit is contained in:
parent
c38e5f13d1
commit
5f9484c166
2 changed files with 2 additions and 2 deletions
|
|
@ -3,6 +3,8 @@ services:
|
|||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.dev
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- .:/app
|
||||
- go-mod-cache:/go/pkg/mod
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
services:
|
||||
dmrmap:
|
||||
build: .
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- repeater-data:/app/data
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue