Fix port, or cannot run on Ubuntu

This commit is contained in:
2024-03-12 20:30:28 +08:00
parent 1cab5bc53e
commit 1c40badf28

View File

@@ -5,8 +5,8 @@ services:
container_name: adguardhome container_name: adguardhome
restart: always restart: always
ports: ports:
- "53:53/tcp" - "192.168.1.24:53:53/tcp"
- "53:53/udp" - "192.168.1.24:53:53/udp"
- "3000:3000/tcp" - "3000:3000/tcp"
- "8050:80/tcp" - "8050:80/tcp"
volumes: volumes: