mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-02-01 13:17:51 +02: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
|