version: '3.3'
services:
app:
image: thebino/aiohttp:3.9
volumes:
- /path/to/your/app:/app:rw
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 8080:8080
working_dir: /app
command: ["python3", "main.py"]
Content type
Image
Digest
Size
336.5 MB
Last updated
over 5 years ago
docker pull thebino/aiohttp:3.9.1