Update docker-compose.caddy.yml

This commit is contained in:
Alex 2021-11-07 21:14:18 -05:00 committed by GitHub
parent 5c623896e9
commit 42bc5fa562
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@ services:
- sqldata:/root/data
cap_add:
- NET_ADMIN
- NET_RAW
- SYS_ADMIN
restart: always
network_mode: host
@ -35,10 +36,6 @@ services:
CORS_ALLOWED_ORIGIN: "*"
DATABASE: "sqlite"
NODE_ID: "netmaker-server-1"
ports:
- "51821-51830:51821-51830/udp"
- "8081:8081"
- "50051:50051"
netmaker-ui:
container_name: netmaker-ui
depends_on: