Compare commits

..

No commits in common. "acf8fb8c13ce4f56102ab371fbebacb79f1a00a2" and "bccf55c81b3da55e511f7657da0ee6af245f7071" have entirely different histories.

2 changed files with 5 additions and 6 deletions

View File

@ -13,7 +13,6 @@ find_package(SQLite3 REQUIRED)
find_package(PkgConfig REQUIRED)
pkg_check_modules(GST REQUIRED gstreamer-1.0 gstreamer-app-1.0)
find_package(OpenCV REQUIRED)
# Crow CMake
# Crow 使 Boost Asio

View File

@ -25,11 +25,11 @@ services:
volumes:
- .:/app
# ports:
# - "8888:8888"
# - "9999:9999"
# - "502:502"
# - "8080:8080"
ports:
- "8888:8888"
- "9999:9999"
- "502:502"
- "8080:8080"
dns:
- 8.8.8.8