mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-24 22:39:25 +01:00
8 lines
138 B
YAML
8 lines
138 B
YAML
openwrt:
|
|
image: vimagick/openwrt
|
|
container_name: openwrt
|
|
command: sleep inf
|
|
volumes:
|
|
- ./data:/data
|
|
restart: unless-stopped
|