Skip to content

Commit 0e24c51

Browse files
authored
Update docker-compose.yml
1 parent 3d7cc73 commit 0e24c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
container_name: lab-dash
55
image: ghcr.io/anthonygress/lab-dash:latest
66
privileged: true
7-
network_mode: host # for monitoring network usage stats
7+
#network_mode: host # for monitoring network usage stats. run `sudo ufw allow 2022/tcp` on ubuntu to allow access through firewall
88
ports:
99
- 2022:2022
1010
environment:

0 commit comments

Comments
 (0)