Convert a docker run command into a docker-compose.yaml service, locally in your browser.
docker-compose.yaml
services:web:image: "nginx:alpine"container_name: webrestart: unless-stoppedports:- "8080:80"volumes:- "./html:/usr/share/nginx/html:ro"environment:- "TZ=Asia/Shanghai"
FAQ
Related · Developer
Keep working with nearby tools
Shortcuts to tools that fit the same workflow.
UUID Generator
Generate random v4 and time-ordered v7 UUIDs in bulk
Session Secret
Generate lowercase hex secrets equivalent to openssl rand -hex 32 or 64
Timestamp Converter
Convert Unix timestamps and ISO dates to local and UTC time
CSV Viewer
Parse CSV text and preview it as a table
Cron Expression Parser
Build cron expressions from schedule controls
HTTP Status Codes
Searchable reference for HTTP response status codes