change hub compose ports from 127.0.0.1:8090:8090 to 8090:8090

This commit is contained in:
Henry Dollman
2024-07-25 12:48:33 -04:00
parent 26dbb1968a
commit b668da17f6

View File

@@ -4,6 +4,6 @@ services:
container_name: 'beszel' container_name: 'beszel'
restart: unless-stopped restart: unless-stopped
ports: ports:
- '127.0.0.1:8090:8090' - '8090:8090'
volumes: volumes:
- ./beszel_data:/beszel_data - ./beszel_data:/beszel_data