Last active 2 months ago
Control Applications and Policies of CloudFlare Local in a nice portal
0
0
1
| 1 | services: |
| 2 | dockflare-socket-proxy: |
| 3 | image: tecnativa/docker-socket-proxy:v0.4.1 |
| 4 | container_name: dockflare-socket-proxy |
| 5 | hostname: dockflare-socket-proxy |
| 6 | restart: unless-stopped |
| 7 | volumes: |
| 8 | - /etc/localtime:/etc/localtime:ro |
| 9 | - /var/run/docker.sock:/var/run/docker.sock |
| 10 | environment: |