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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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