Skip to content

Commit 8d93e62

Browse files
committed
feat: add quotes to port mapping
1 parent a522fe0 commit 8d93e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
- netbox-reports-files:/opt/netbox/netbox/reports:rw
1919
- netbox-scripts-files:/opt/netbox/netbox/scripts:rw
2020
ports:
21-
- 8080:80
21+
- "8888:8080"
2222
netbox-worker:
2323
<<: *netbox
2424
depends_on:

0 commit comments

Comments
 (0)