Update docker-compose.yml

add expose flag
This commit is contained in:
LRVT
2024-06-05 10:34:59 +02:00
committed by GitHub
parent 80f4e36191
commit 8ae6621620

View File

@@ -8,6 +8,8 @@ services:
restart: always
ports:
- 3001:3001
expose:
- 3001
dns:
- 1.1.1.1
- 8.8.8.8