UPDATE: Update readme and Next 16.07 (CVE-2025-66478)
This commit is contained in:
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
srtools:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: srtools
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3006:3000"
|
||||
networks:
|
||||
- srtools-network
|
||||
|
||||
networks:
|
||||
srtools-network:
|
||||
driver: bridge
|
||||
Reference in New Issue
Block a user