kopia lustrzana https://github.com/OpenDroneMap/WebODM
Changed port string to use auto assignment (travis build fails because the port is in use)
rodzic
4d41136b4f
commit
fa01ff4a2c
|
@ -4,7 +4,7 @@ services:
|
|||
build: ./db
|
||||
container_name: db
|
||||
ports:
|
||||
- "5432:5432"
|
||||
- "5432"
|
||||
webapp:
|
||||
build: .
|
||||
container_name: webapp
|
||||
|
|
Ładowanie…
Reference in New Issue