Skip to content

Instantly share code, notes, and snippets.

View who-am-i's full-sized avatar

Marta who-am-i

  • Wroclaw, Polska
View GitHub Profile
version: '3.1'
services:
unifi:
container_name: unifi
restart: unless-stopped
image: linuxserver/unifi
volumes:
- /srv/docker/unifi:/config
environment:
- PGID=0
@1forh
1forh / index.html
Last active July 3, 2024 14:24
Prevent map zoom on scroll
<div id="map-wrapper">
<iframe id="map-canvas"></iframe>
</div>